正在学习
7.4.2 Deterministic Time Trends
7.4.2 Deterministic Time Trends
Sometimes a deterministic trend component is used to predict the level of a variable. For example, linear, quadratic, and exponential trends take the forms
These are global trends and so are unlikely to provide accurate descriptions of the future value of most time series at long forecast horizons. Even if a variable’s past can be well approximated by one of these trend models, it is common to find that the dynamics changes as the variable reaches a saturation point or other dynamics start to dominate at future points in time.
7.4.3 Holt–Winters Procedure
The Holt–Winters procedure is commonly used to forecast time series that could contain both a deterministic trend and a seasonal component. The additive version of this approach models the outcome variable as the sum of a local mean, a seasonal factor, and an error term. The multiplicative version factors the outcome into the product of a local mean, and a seasonal component and adds an error term. In both cases the local mean at time t is updated from the the local mean at time t − 1 plus a local trend.
Following Chatfield (1978), let be an estimate of the deseasonalized local mean at time t, while seast is an estimate of the seasonal component at time t, and is the estimated trend term for period t (the amount by which the deseasonalized mean is expected to change from t − 1 to t). Here S is again the seasonal frequency, i.e., 4 for quarterly data, 12 for monthly data, etc. Given a set of estimates for period , the updating equations for the multiplicative Holt–Winters procedure take the form
Here are a set of smoothing coefficients that can either be estimated or set in advance. Multistep forecasts from this model can now be generated from (7.40) as (for
The additive Holt–Winters model leaves the trend equation unchanged, but alters the first two equations to
with forecasts generated as
How well this method works will of course depend on the extent to which the assumed form of the trend and seasonality is aligned with the data and also on how well the smoothing parameters can be estimated. See Chatfield (1978) for further discussion.
7.5 EXPONENTIAL SMOOTHING AND UNOBSERVED COMPONENTS
Exponential smoothing methods provide an alternative approach to ARMA models for predicting a variable using only its own past values. These methods are essentially automated rules for updating forecasts based on the arrival of a new observation and a forecast error each period. The simplest and most common example of such an updating rule is
where is a constant and the process is initialized at . Here the previous forecast, , is updated with some portion (1 − δ) of the previous period’s forecast error, . For a book length examination of forecasting with exponential smoothing, see Hyndman et al. (2008).
练习题
Which of the following represents the linear deterministic trend form?
What is a limitation of deterministic trends in forecasting long horizons?
Which of the following are components of the multiplicative Holt–Winters model?
What are the smoothing coefficients in the multiplicative Holt–Winters procedure?
The multiplicative Holt–Winters procedure uses the same trend equation as the additive Holt–Winters model.
The additive Holt–Winters model uses the product of a local mean and a seasonal component to model the outcome variable.
In the multiplicative Holt–Winters procedure, the formula for updating the seasonal component is . The term represents the ___.
The multistep forecast formula for the multiplicative Holt–Winters procedure is . Here, represents the ___.
Explain the role of the smoothing coefficients , , and in the Holt–Winters procedure.
How does the effectiveness of the Holt–Winters method depend on the data and parameters?
What is the simplest form of the exponential smoothing updating rule?
Which of the following are key aspects of exponential smoothing methods?
Exponential smoothing methods are an alternative to ARMA models for predicting a variable using its own past values.
In the simple exponential smoothing updating rule, the previous forecast is updated with a portion of the previous period's forecast error . The portion is given by ___.
Explain the role of the constant in the simple exponential smoothing updating rule.
Which of the following trend forms can be used to predict the level of a variable? (Select all that apply)
Which of the following statements are true about the Holt–Winters procedure? (Select all that apply)
Which of the following is a key difference between the deterministic trend forms and the Holt–Winters procedure?
Which of the following statements are true regarding the limitations of deterministic trends and the effectiveness of the Holt–Winters method?
The Holt–Winters procedure can be used to forecast time series with seasonal components, similar to the Seasonal ARIMA (SARIMA) model, but it does not require differencing for stationarity.
In the multiplicative Holt–Winters procedure, the forecast for steps ahead is given by . This formula assumes that the seasonal component is ___ and the trend is linear.
登录后解锁笔记、知识点解析、AI 问答
立即登录