more volatilty

This commit is contained in:
Miha Kralj
2026-02-02 13:42:47 -08:00
parent dde19f2226
commit a03d7aa0ce
89 changed files with 21551 additions and 438 deletions
+1 -2
View File
@@ -8,5 +8,4 @@ Forecasting and predictive models. Unlike reactive indicators that smooth past d
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
| [AFIRMA](lib/forecasts/afirma/Afirma.md) | Adaptive FIR Moving Average | Windowed sinc coefficients. Optimal frequency response. Can extrapolate. |
| MLP | Multilayer Perceptron | Neural network regressor. Nonlinear pattern learning. |
| [AFIRMA](/lib/forecasts/afirma/Afirma.md) | Adaptive FIR Moving Average | Windowed sinc coefficients. Optimal frequency response. Can extrapolate. |