Created by Dr. Pedram Jahangiry | Enhanced with Claude
Interactive Teaching Tool - Understanding Level, Trend, and Seasonal Components
SES: Only level → Flat forecasts
Holt: Level + Trend → Linear forecasts
Holt-Winters: Level + Trend + Seasonality → Captures repeating patterns!
Deseasonalized level adaptation:
Trend direction changes:
Seasonal pattern evolution:
The forecast combines all three components: current level + trend × horizon + appropriate seasonal factor.
Seasonal patterns can evolve over time. High γ allows adaptation to changing seasonal behavior (e.g., climate change affecting tourism patterns).
Too-responsive seasonal factors can overfit to noise, creating unrealistic seasonal fluctuations that don't represent true patterns.
The key insight: ℓt = α·(yt - st-m) + (1-α)·(ℓt-1 + bt-1). By removing the seasonal component before updating the level, Holt-Winters prevents seasonal peaks from being confused with genuine level changes. This separation enables each component to capture its own distinct pattern in the data.