mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-04 04:07:42 +00:00
34 lines
997 B
Markdown
34 lines
997 B
Markdown
# 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 | |
|