docs: audit and fix all category _index.md files

This commit is contained in:
Miha Kralj
2026-03-03 08:33:20 -08:00
parent 751d9ff041
commit d6c8dea98b
9 changed files with 45 additions and 31 deletions
+4 -4
View File
@@ -37,7 +37,7 @@ Statistical tools applied to price and returns. These indicators quantify relati
| [ZTEST](ztest/Ztest.md) | Z-Test | One-sample t-test statistic against hypothesized mean. |
| [MEANDEV](meandev/MeanDev.md) | Mean Absolute Deviation | Outlier-robust dispersion. Core of CCI. MD ≈ 0.7979σ for normal data. |
| [STDERR](stderr/Stderr.md) | Standard Error of Regression | OLS residual scatter over rolling window. Quantifies trend fit quality. |
| POLYFIT | Polynomial Fitting | Least-squares polynomial regression. |
| TRIM | Trimmed Mean MA | Mean after discarding extreme percentiles. |
| WAVG | Weighted Average | Generic weighted mean. |
| WINS | Winsorized Mean MA | Mean with extreme values clamped to percentile bounds. |
| [POLYFIT](polyfit/Polyfit.md) | Polynomial Fitting | Least-squares polynomial regression. |
| [TRIM](trim/Trim.md) | Trimmed Mean MA | Mean after discarding extreme percentiles. |
| [WAVG](wavg/Wavg.md) | Weighted Average | Generic weighted mean. |
| [WINS](wins/Wins.md) | Winsorized Mean MA | Mean with extreme values clamped to percentile bounds. |