new: COVAR, ZSCORE, CORR, LINREG

This commit is contained in:
Miha Kralj
2022-11-15 22:29:34 -08:00
parent ca56f2d951
commit 17ba2f85b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ branches:
main:
regex: ^main$
is-release-branch: true
prevent-increment-of-merged-branch-version: true
prevent-increment-of-merged-branch-version: false
mode: ContinuousDelivery
tag: ''
increment: Patch
+1 -1
View File
@@ -79,7 +79,7 @@ See [Getting Started](https://github.com/mihakralj/QuanTAlib/blob/main/Docs/gett
| ⭐ ALMA - Arnaud Legoux Moving Average | `ALMA_Series` || GetAlma | alma |
| ⛔ ARIMA - Autoregressive Integrated Moving Average |||||
| ⭐ DEMA - Double EMA Average | `DEMA_Series` | DEMA | GetDema | dema |
| ⭐ EMA - Exponential Moving Average | `EMA_Series` || GetEma | ema |
| ⭐ EMA - Exponential Moving Average | `EMA_Series` | EMA | GetEma | ema |
| ⛔ EPMA - Endpoint Moving Average ||| GetEpma ||
| ⛔ FRAMA - Fractal Adaptive Moving Average |||||
| ⛔ FWMA - Fibonacci's Weighted Moving Average |||| fwma |