mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 17:48:05 +00:00
Add PWMA implementation and tests; enhance documentation
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Statistics
|
||||
|
||||
Statistical analysis tools applied to price/returns.
|
||||
|
||||
| Indicator | Full Name | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| BETA | Beta Coefficient | |
|
||||
| BIAS | Bias | |
|
||||
| COINTEGRATION | Cointegration | |
|
||||
| CORRELATION | Correlation (Pearson's) | |
|
||||
| COVARIANCE | Covariance | |
|
||||
| CUMMEAN | Cumulative Mean (Average) | |
|
||||
| ENTROPY | Normalized Shannon Entropy | |
|
||||
| GEOMEAN | Geometric Mean | |
|
||||
| GRANGER | Granger Causality Test | |
|
||||
| HARMEAN | Harmonic Mean | |
|
||||
| HURST | Hurst | |
|
||||
| IQR | Interquartile Range | |
|
||||
| JB | Jarque-Bera Test | |
|
||||
| KENDALL | Kendall Rank Correlation | |
|
||||
| KURTOSIS | Kurtosis | |
|
||||
| LINREG | Linear Regression Curve | |
|
||||
| MEDIAN | Median (Statistical) | |
|
||||
| MODE | Mode (Most Frequent) | |
|
||||
| PERCENTILE | Percentile | |
|
||||
| QUANTILE | Quantile | |
|
||||
| SKEW | Skewness | |
|
||||
| SPEARMAN | Spearman Rank Correlation | |
|
||||
| STDDEV | Standard Deviation | |
|
||||
| THEIL | Theil Index | |
|
||||
| VARIANCE | Variance | |
|
||||
| ZSCORE | Z-score standardization | |
|
||||
| ZTEST | Z-Test | |
|
||||
Reference in New Issue
Block a user