feat(statistics): add Variance indicator with O(1) calculation and usage example

This commit is contained in:
Miha Kralj
2025-12-25 17:18:41 -08:00
parent 9ba89812cd
commit 4ff6dc0ad9
61 changed files with 6069 additions and 99 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
| MASE | Mean Absolute Scaled Error | Errors |
| MASS | Mass Index | Volatility |
| ME | Mean Error | Errors |
| MEDIAN | Median (Statistical) | Statistics |
| [MEDIAN](statistics/median/Median.md) | Median (Statistical) | Statistics |
| MFI | Money Flow Index | Volume |
| MGDI | McGinley Dynamic Indicator | Trends |
| MIDPOINT | (Highest + Lowest) / 2 | Numerics |