|
Exponential Smoothing Example |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ft |
new forecast |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ft-1 |
previous period’s forecast |
|
|
|
|
|
|
|
|
|
|
|
|
|
a |
smoothing (weighting) constant |
|
|
|
|
|
|
|
|
|
|
|
|
At-1 |
previous period actual or demand |
|
|
|
|
|
|
|
|
|
|
|
|
At-1 minus Ft-1 is the forecast error |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Smoothing constant |
.05 to .5) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
higher constant – more weight on recent data |
|
|
|
|
|
|
|
|
|
|
|
|
lower constant – more weight on past data |
|
|
|
|
|
|
|
|
|
|
|
|
constant of 1 = naïve forecast |
(current forecast equals previous period demand) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Formula: |
Ft=Ft-1+alpha(At-1 – Ft-1) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Current Forecast = previous period forecast + alpha (forecast error) |
|
|
|
|
|
|
|
|
|
|
|
Forecast error is the actual demand minus the previous forecast |
|
|
|
|
|
|
|
|
|
|