Moving Average Methods
Moving Average Methods
Introduction
This chapter introduces models applicable to time series data with seasonal, trend, or both seasonal and trend component and stationary data. Forecasting methods discussed in this chapter can be classified as:
Averaging methods.
Equally weighted observations Unequal set of weights to past data, where the weights decay exponentially from the most recent to the most distant data points. All methods in this group require that certain parameters to be defined. These parameters (with values between 0 and 1) will determine the unequal weights to be applied to past data.
Introduction
Averaging methods
If a time series is generated by a constant process subject to random error, then mean is a useful statistic and can be used as a forecast for the next period. Averaging methods are suitable for stationary time series data where the series is in equilibrium around a constant value ( the underlying mean) with a constant variance over time.
Introduction
The simplest exponential smoothing method is the single smoothing (SES) method where only one parameter needs to be estimated Holts method makes use of two different parameters and allows forecasting for series with trend. Holt-Winters method involves three smoothing parameters to smooth the data, the trend, and the seasonal index.
Averaging Methods
The Mean
When new data becomes available , the forecast for time t+2 is the new mean including the previously observed data plus this new observation.
Ft 2 1 t 1 yi t 1 i 1
Averaging Methods
The moving average for time period t is the mean of the k most recent observations. The constant number k is specified at the outset. The smaller the number k, the more weight is given to recent periods. The greater the number k, the less weight is given to more recent periods.
Moving Averages
A large k is desirable when there are wide, infrequent fluctuations in the series. A small k is most desirable when there are sudden shifts in the level of series. For quarterly data, a four-quarter moving average, MA(4), eliminates or averages out seasonal effects.
Moving Averages
For monthly data, a 12-month moving average, MA(12), eliminate or averages out seasonal effect. Equal weights are assigned to each observation used in the average. Each new data point is included in the average as it becomes available, and the oldest data point is discarded.
Moving Averages
The moving average model does not handle trend or seasonality very well although it can do better than the total mean.
The weekly sales figures (in millions of dollars) presented in the following table are used by a major department store to determine the need for temporary sales personnel.
Period (t) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Sales (y) 5.3 4.4 5.4 5.8 5.6 4.8 5.6 5.6 5.4 6.5 5.1 5.8 5 6.2 5.6 6.7 5.2 5.5 5.8 5.1 5.8 6.7 5.2 6 5.8
Sales
Sales (y)
0 0 5 10 15 Weeks 20 25 30
Use a three-week moving average (k=3) for the department store sales to forecast for the week 24 and 26.
y24 ( y23 y22 y21 ) 5.2 6.7 5.8 5.9 3 3
RMSE = 0.63
Weekly Sales Forecasts
Period (t) 1 2 3 4 5 6 7 8 9 10 11 12 13
Sales (y) forecast
Sales (y) 5.3 4.4 5.4 5.8 5.6 4.8 5.6 5.6 5.4 6.5 5.1 5.8 5 6.2 5.6 6.7 5.2 5.5 5.8 5.1 5.8 6.7 5.2 6 5.8
forecast
5.033333 5.2 5.6 5.4 5.333333 5.333333 5.533333 5.833333 5.666667 5.8 5.3 5.666667 5.6 6.166667 5.833333 5.8 5.5 5.466667 5.566667 5.866667 5.9 5.966667 5.666667
Sales
14 15 16 17 18
19 20 21 22 23
0 5 10 15 Weeks 20 25 30
24 25
This method provides an exponentially weighted moving average of all previously observed values. Appropriate for data with no predictable upward or downward trend. The aim is to estimate the current level and use it as a forecast of future value.
The forecast Ft+1 is based on weighting the most recent observation yt with a weight and weighting the most recent forecast Ft with a weight of 1-
The implication of exponential smoothing can be better seen if the previous equation is expanded by replacing Ft with its components as follows:
Ft 1 yt (1 ) Ft yt (1 )[ yt 1 (1 ) Ft 1 ] yt (1 ) y t 1 (1 ) 2 Ft 1
If this substitution process is repeated by replacing Ft-1 by its components, Ft-2 by its components, and so on the result is: Therefore, Ft+1 is the weighted moving average of all past observations.
Ft 1 yt (1 ) y t 1 (1 ) 2 y t 2 (1 )3 y t 3 (1 ) t 1 y1
The following table shows the weights assigned to past observations for = 0.2, 0.4, 0.6, 0.8, 0.9
0.2 0.2 0.2(1-0.2) 0.2(1-0.2) 0.2(1-0.2) 0.2(1-0.2) 0.2(1-0.2)
2 3 4 5
0.8 0.8
0.9 0.9
The exponential smoothing equation rewritten in the following form elucidate the role of weighting factor .
Ft 1 Ft ( yt Ft )
Exponential smoothing forecast is the old forecast plus an adjustment for the error that occurred in the last forecast.
The value of smoothing constant must be between 0 and 1 can not be equal to 0 or 1. If stable predictions with smoothed random variation is desired then a small value of is desire. If a rapid response to a real change in the pattern of observations is desired, a large value of is appropriate.
To estimate , Forecasts are computed for equal to .1, .2, .3, , .9 and the sum of squared forecast error is computed for each. The value of with the smallest RMSE is chosen for use in producing the future forecasts.
Set the first estimate equal to the first observation. Use the average of the first five or six observations for the initial smoothed value.
University of Michigan Index of Consumer Sentiment for January1995December1996. we want to forecast the University of Michigan Index of Consumer Sentiment using Simple Exponential Smoothing Method.
Date Observ ed Jan-95 97.6 Feb-95 95.1 Mar-95 90.3 Apr-95 92.5 May-95 89.8 Jun-95 92.7 Jul-95 94.4 Aug-95 96.2 Sep-95 88.9 Oct-95 90.2 Nov -95 88.2 Dec-95 91 Jan-96 89.3 Feb-96 88.5 Mar-96 93.7 Apr-96 92.7 May-96 94.7 Jun-96 95.3 Jul-96 94.7 Aug-96 95.3 Sep-96 94.7 Oct-96 96.5 Nov -96 99.2 Dec-96 96.9 Jan-97
Since no forecast is available for the first period, we will set the first estimate equal to the first observation. We try =0.3, and 0.6.
Alpha =0.3 #N/A 97.60 96.85 94.89 94.17 92.86 92.81 93.29 94.16 92.58 91.87 90.77 90.84 90.38 89.81 90.98 91.50 90.87 91.33 92.34 93.23 93.67 94.52 95.92 96.22 96.57 97.51 98.26 99.20 100.40 101.63 103.27 103.61 104.33 104.71 105.46
Alpha =0.6 #N/A 97.60 96.10 92.62 92.55 90.90 91.98 93.43 95.09 91.38 90.67 89.19 90.28 89.69 88.98 91.81 92.34 90.58 91.67 93.49 94.58 94.65 95.76 97.82 97.27 97.35 98.76 99.50 100.64 102.18 103.57 105.69 104.92 105.57 105.59 106.55
Note the first forecast is the first observed value. The forecast for Feb. 95 (t = 2) and Mar. 95 (t = 3) are evaluated as follows:
Feb-95 Mar-95 Apr-95 May-95 Jun-95 Jul-95 Aug-95 Sep-95 Oct-95 Nov-95 Dec-95 Jan-96 Feb-96 Mar-96 Apr-96 May-96 Jun-96
yt 1 yt ( yt yt ) y2 y1 0.6( y1 y1 ) 97.6 0.6(97.6 97.6) 97.6 y3 y2 0.6( y2 y2 ) 97.6 0.6(95.1 97.6) 96.1
Jul-96 Aug-96 Sep-96 Oct-96 Nov-96 Dec-96 Jan-97 Feb-97 Mar-97 Apr-97 May-97 Jun-97 Jul-97 Aug-97 Sep-97 Oct-97 Nov-97 Dec-97
120
100
80
Sentiment Index
40
20
Holts two parameter exponential smoothing method is an extension of simple exponential smoothing. It adds a growth factor (or trend factor) to the smoothing equation as a way of adjusting for the trend.
Three equations and two smoothing constants are used in the model.
Lt = Estimate of the level of the series at time t = smoothing constant for the data. yt = new observation or actual value of series in period t. = smoothing constant for trend estimate bt = estimate of the slope of the series at time t m = periods to be forecast into the future.
The weight and can be selected subjectively or by minimizing a measure of forecast error such as RMSE. Large weights result in more rapid changes in the component. Small weights result in less rapid changes.
The initialization process for Holts linear exponential smoothing requires two estimates:
One to get the first smoothed value for L1 The other to get the trend b1.
b y 2 y1 1 or b 1 or b 0 1 y 4 y1 3
The following table shows the sales of saws for the Acme tool Company. These are quarterly sales From 1994 through 2000.
Year 1994
Quarter 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4
t 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
1995
1996
1997
1998
1999
2000
sales 500 350 250 400 450 350 200 300 350 200 150 400 550 350 250 550 550 400 350 600 750 500 400 650 850 600 450 700
Saws
800
700
600
500
400
300
Sales for the first and fourth quarter are larger than other quarters.
200
100
0 0 5 10 15 Year 20 25 30
The plot of the Acme data shows that there might be trending in the data therefore we will try Holts model to produce forecasts. We need two initial values
The first smoothed value for L1 The initial trend value b1.
We will use the first observation for the estimate of the smoothed value L1, and the initial trend value b1 = 0. We will use = .3 and =.1.
RMSE for this application is: = .3 and = .1 RMSE = 155.5 The plot also showed the possibility of seasonal variation that needs to be investigated.
900
800
700
600
500
Sales
300
200
100
0 0 5 10 15 Quarters 20 25 30
Winters exponential smoothing model is the second extension of the basic Exponential smoothing model. It is used for data that exhibit both trend and seasonality. It is a three parameter model that is an extension of Holts method. An additional equation adjusts the model for the seasonal component.
Lt = level of series. = smoothing constant for the data. yt = new observation or actual value in period t. = smoothing constant for trend estimate. bt = trend estimate. = smoothing constant for seasonality estimate. St =seasonal component estimate. m = Number of periods in the forecast lead period. s = length of seasonality (number of periods in the season) Ft m = forecast for m periods into the future.
As with Holts linear exponential smoothing, the weights , , and can be selected subjectively or by minimizing a measure of forecast error such as RMSE. As with all exponential smoothing methods, we need initial values for the components to start the algorithm. To start the algorithm, the initial values for Lt, the trend bt, and the indices St must be set.
To determine initial estimates of the seasonal indices we need to use at least one complete season's data (i.e. s periods).Therefore,we initialize trend and level at period s. Initialize level as:
1 Ls ( y1 y2 ys ) s
y ys 1 y y y y2 bs ( s 1 1 s 2 ss ) s s s s
y y1 y , S 2 2 ,, S s s Ls Ls Ls
We will apply Winters method to Acme Tool company sales. The value for is .4, the value for is .1, and the value for is .3. The smoothing constant smoothes the data to eliminate randomness. The smoothing constant smoothes the trend in the data set.
The smoothing constant smoothes the seasonality in the data. The initial values for the smoothed series Lt, the trend bt, and the seasonal index St must be set.
RMSE for this application is: = 0.4, = 0.1, = 0.3 and RMSE = 83.36 Note the decrease in RMSE.
900
800
700
600
Sales
300
200
100
0 0 5 10 15 Quarters 20 25 30
Additive Seasonality
The seasonal component in Holt-Winters method. The basic equations for Holts Winters additive method are:
Lt ( yt St s ) (1 )(Lt 1 bt 1 ) bt ( Lt Lt 1 ) (1 )bt 1 St ( yt Lt ) (1 ) St s Ft m Lt bt m St m s
Additive Seasonality
The initial values for Ls and bs are identical to those for the multiplicative method. To initialize the seasonal indices we use
S1 y1 Ls , S 2 y2 Ls ,, S s Ys Ls