|
6.
Process or Product Monitoring and Control
6.4. Introduction to Time Series Analysis 6.4.3. What is Exponential Smoothing?
|
|||||||||||||||||||||||||||||||||||||
| Forecasting formula |
The one-period-ahead forecast is given by:
The m-periods-ahead forecast is given by:
|
||||||||||||||||||||||||||||||||||||
| Example | |||||||||||||||||||||||||||||||||||||
| Example |
Consider once more the data set:
= .3623 and
= 1.0.
These are the estimates that result in the lowest possible MSE when
comparing the orignal series to one step ahead at a time forecasts
(since this version of double exponential smoothing uses the current
series value to calculate a smoothed value, the smoothed series cannot
be used to determine an
with minimum
MSE). The chosen starting values are S1 =
y1 = 6.4 and b1 =
((y2 - y1)
+ (y3 - y2) +
(y4 - y3))/3 = 0.8.
For comparison's sake we also fit a single smoothing model with
The MSE for double smoothing is 3.7024.
|
||||||||||||||||||||||||||||||||||||
| Forecasting results for the example |
The smoothed results for the example are:
|
||||||||||||||||||||||||||||||||||||
| Comparison of Forecasts | |||||||||||||||||||||||||||||||||||||
| Table showing single and double exponential smoothing forecasts |
To see how each method predicts the future, we computed the first five
forecasts from the last observation as follows:
|
||||||||||||||||||||||||||||||||||||
| Plot comparing single and double exponential smoothing forecasts |
A plot of these results (using the forecasted double smoothing
values) is very enlightening.
This graph indicates that double smoothing follows the data much closer than single smoothing. Furthermore, for forecasting single smoothing cannot do better than projecting a straight horizontal line, which is not very likely to occur in reality. So in this case double smoothing is preferred. |
||||||||||||||||||||||||||||||||||||
| Plot comparing double exponential smoothing and regression forecasts |
Finally, let us compare double smoothing with linear regression:
This is an interesting picture. Both techniques follow the data in similar fashion, but the regression line is more conservative. That is, there is a slower increase with the regression line than with double smoothing. |
||||||||||||||||||||||||||||||||||||
| Selection of technique depends on the forecaster | The selection of the technique depends on the forecaster. If it is desired to portray the growth process in a more aggressive manner, then one selects double smoothing. Otherwise, regression may be preferable. It should be noted that in linear regression "time" functions as the independent variable. Chapter 4 discusses the basics of linear regression, and the details of regression estimation. | ||||||||||||||||||||||||||||||||||||