mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-07 13:37:44 +00:00
13 lines
627 B
Markdown
13 lines
627 B
Markdown
# Forecasts
|
|
|
|
> "Prediction is very difficult, especially about the future." Niels Bohr
|
|
|
|
Forecasting and predictive models. Unlike reactive indicators that smooth past data, forecasts attempt to project future values. Extrapolation is inherently uncertain. Use with appropriate skepticism and position sizing.
|
|
|
|
## Indicators
|
|
|
|
| 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. |
|