mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-06 13:07:44 +00:00
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
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/Covariance.md) | 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](linreg/LinReg.md) | Linear Regression Curve | |
|
|
| [MEDIAN](median/Median.md) | Median (Statistical) | |
|
|
| MODE | Mode (Most Frequent) | |
|
|
| PERCENTILE | Percentile | |
|
|
| QUANTILE | Quantile | |
|
|
| [SKEW](skew/Skew.md) | Skewness | |
|
|
| SPEARMAN | Spearman Rank Correlation | |
|
|
| [STDDEV](stddev/StdDev.md) | Standard Deviation | |
|
|
| THEIL | Theil Index | |
|
|
| [VARIANCE](variance/Variance.md) | Variance | |
|
|
| ZSCORE | Z-score standardization | |
|
|
| ZTEST | Z-Test | |
|