For Example 9.14, experiment with the Holt-Winters Additive Model for Seasonality spreadsheet to find the best combination

Question:

For Example 9.14, experiment with the Holt-Winters Additive Model for Seasonality spreadsheet to find the best combination of a and g to minimize MAD


Data from Example 9.14

We will use the data for gas usage in the Excel file Gas & Electric. Looking at the chart in the Excel file (Figure 9.2), we see that the time series appears to have stable seasonality; thus the additive model would be most appropriate. We arbitrarily select α = 0.4 and γ = 0.9. 

First, initialize the values of at and St for t = 1 to 12 using equations (9.13) and (9.14) as at = (244 + 228 + ... + 88 + 199)/12 = 105.75, for t = 1 to 12. 

Then, 

S1 = A1 - a1 = 244 - 105.75 = 138.25 

S2 = A2 - a2 = 228 - 105.75 = 122.25 

and so on, up to S12. These are shown in the Excel file Holt Winters Additive Model for Seasonality (Figure 9.19). 

Using the seasonal factor for the first period, the forecast for period 13 is  

F13 = a12 + S1 = 105.75 + 138.25 = 244 

We may now update the parameters based on the observed value for period 13, A13 = 230: 

a13 = α(A13 - S1) + (1 - α)a12 

      = 0.4(230 - 138.25) + (1 - 0.4)105.75 

      = 100.15

S13 = γ(A13 - a13) + (1 - γ)S1 

      = 0.9(230 - 100.15) + (1 - 0.9)138.25 

      = 130.69 

The forecast for period 14 is then 

F14 = a13 + S2 = 100.15 + 122.25 = 222.40 

Other forecasted values are calculated in a similar manner. 

To forecast beyond the range of the last observed value, use formula (9.10) with t = T and k ≥ 1: 

FT + k = aT + ST - s + k

The forecast for the period 25 (T = 24 and k = 1) is

F25 = a24 + S13 = 105.80 + 130.69 = 236.49 

To find F26, use T = 24 and k = 2: 

F26 = a24 + S14 = 105.80 + 134.45 = 240.25 

We can easily experiment with different values of the smoothing constants by changing the values of a and g in cells B3 and B4, and compare error measures such as MAD.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: