๐ Forecasting Methods
Two of the most common ways to turn past demand into a forecast, run side by side on the same demand so you can see the difference: a moving average treats the last few periods equally; exponential smoothing leans on the most recent one. Watch how each reacts to a spike, a trend, or a season.
Moving average
Exponential smoothing
How they differ
Try this: keep the pattern on Step change and hit play. The moving average climbs in a straight ramp over n periods (every dropped old value is worth the same), while exponential smoothing rises in a curve, fast at first then easing in. Now switch to Linear trend: both lag behind, because each only extrapolates the past level โ neither projects a trend. That lag is exactly what forecast bias measures, and choosing n or ฮฑ is the responsiveness-vs-stability dial.
A short window / high ฮฑ chases noise (low bias, high variance); a long window / low ฮฑ is calm but slow (higher bias on trends). There's no free lunch โ only the trade-off you pick for your demand.