Forecast Results
Detailed Calculation Table
| Period | Actual | Level | Trend | Seasonal | Fitted | Forecast | Lower | Upper | Residual | Absolute Error | Squared Error | Percentage Error |
|---|
Model Comparison
| Rank | Model | Alpha | Beta | Gamma | Phi | RMSE | MAE | MAPE | AIC |
|---|
Merged Results
Data and Model Settings
Model Settings File
Formula Used
Simple smoothing: Lt = αYt + (1 − α)Lt−1.
Holt level: Lt = αYt + (1 − α)(Lt−1 + Tt−1).
Holt trend: Tt = β(Lt − Lt−1) + (1 − β)Tt−1.
Additive seasonality: St = γ(Yt − Lt) + (1 − γ)St−m.
Multiplicative seasonality: St = γ(Yt / Lt) + (1 − γ)St−m.
How to Use
- Enter time-series observations or upload a CSV file.
- Select a smoothing method or automatic model selection.
- Choose seasonal, validation, and preprocessing settings.
- Enable optimization or enter manual parameter values.
- Calculate, inspect charts, and export the results.
Example Data
| Month | Observed demand | Expected purpose |
|---|---|---|
| January | 120 | Initial level |
| February | 128 | Trend detection |
| March | 125 | Short-term variation |
| April | 137 | Forecast adjustment |
Frequently Asked Questions
What does alpha control?
Alpha controls how quickly the level responds. Larger values emphasize recent observations.
When should Holt smoothing be used?
Use Holt smoothing when the series has a trend. It does not model seasonality.
What is damped trend?
Damping gradually reduces a projected trend. It often prevents unrealistic long-range forecasts.
Additive or multiplicative seasonality?
Additive effects stay roughly constant. Multiplicative effects grow with the series level.
How much seasonal data is needed?
Use at least two complete seasonal cycles. More cycles usually improve parameter estimates.
What does automatic selection do?
It tests eligible models and parameter combinations. The selected metric determines the winner.
How are intervals calculated?
Intervals use residual variability and a normal approximation. They widen across future periods.
Can negative values be modeled?
Most methods accept negative observations. Multiplicative seasonality and logarithms require positive values.
Does this replace a forecasting library?
No. It supports exploration and transparent calculations. Production systems should use validated statistical software.