Holt-Winters Exponential Method of Forecasting
Holt-Winters Exponential Method of Forecasting
Actual
900 Predicted
800 Forecast
Actual
700 Predicted
Forecast
600
Y
500
Smoothing Constants
400 Alpha (level): 0.400
Gamma (trend): 0.100
300 Delta (season): 0.300
0 10 20
Time
Model Accuracy
Autocorrelation function for Example 4.6 Residuals
1.0
0.8
0.6
0.4
0.2
0.0
-0.2
-0.4
-0.6
-0.8
-1.0
1 2 3 4 5 6
None of the coefficients appear to be significantly larger than zero, and the
small value of LBQ (5.01) shows that the series is random and model is
accurate .
Example
• The Acme Tool Company Sales for 5 quarters of year1996 and 1997 is
given below. Forecast the value of 1st quarter for 1998 using triple
exponential method with α=0.3, β=0.1 and γ=0.3 with length of
seasonality s=4 with an initial value of level= 500.
Year t 𝒀𝒕 𝑳𝒕 𝑻𝒕 𝑺𝒕
1996 1 500 1
2 350 1
3 250 1
4 400 500 0 1
1997 5 450 485.0000 -1.5 0.9784
6 350 443.4500 -5.505 0.9368
7 200 366.5615 -12.6434 0.8637
8 300 337.7427 -14.2609 0.9665
Example
We’ll compute the values for time period 5 as follows:
𝑌5
• 𝐿5 = 0.3 + 1 − 0.3 𝐿5−1 + 𝑇5−1
𝑆 5−4
450
• = 0.3 + 0.7 500 + 0 = 485
1
𝑌5
• 𝑆5 = 0.3 + (1 − 0.3)𝑆5−4
𝐿5
= 0.3(450/485)+0.7(1) = 0.978
Example
• And
𝑌5+1 = (𝐿5 +𝑇5 )𝑆5−4+1 = 485 − 1.5 1 = 483.5
𝑌8+1 = (𝐿8 +𝑇8 )𝑆8−4+1
= 337.7427 − 14.2609 0.9784 = 316.4946
Other Measures of Accuracy
• Mean Absolute Deviation 𝑛
1
𝑀𝐴𝐷 = 𝑌𝑡 − 𝑌𝑡
𝑛
𝑖=1
• Mean Squared Error 𝑛
1 2
𝑀𝑆𝐸 = 𝑌𝑡 − 𝑌𝑡
𝑛
𝑖=1
• Mean Absolute Percentage Error 𝑛
1 𝑌𝑡 − 𝑌𝑡
𝑀𝐴𝑃𝐸 =
𝑛 𝑌𝑡
𝑖=1
• Mean Percentage error 𝑛
1 𝑌𝑡 − 𝑌𝑡
𝑀𝑃𝐸 =
𝑛 𝑌𝑡
𝑖=1