正在学习

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?

A.
B.
C.
D.

What is a limitation of deterministic trends in forecasting long horizons?

A. They are too complex to compute.
B. They are global trends and may not accurately describe future values.
C. They cannot model seasonal components.
D. They require too much historical data.

Which of the following are components of the multiplicative Holt–Winters model?

A. Local mean
B. Seasonal factor
C. Error term
D. Autoregressive term

What are the smoothing coefficients in the multiplicative Holt–Winters procedure?

A.
B.
C.
D.

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?

A.
B.
C.
D.

Which of the following are key aspects of exponential smoothing methods?

A. They use only past values of the variable for forecasting.
B. They are based on ARMA models.
C. They update forecasts based on new observations and forecast errors.
D. They require complex model selection procedures.

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)

A. Linear trend:
B. Quadratic trend:
C. Exponential trend:
D. Logarithmic trend:

Which of the following statements are true about the Holt–Winters procedure? (Select all that apply)

A. It can forecast time series with both deterministic trends and seasonal components.
B. The additive version models the outcome as the sum of a local mean, seasonal factor, and error term.
C. The multiplicative version models the outcome as the product of a local mean, seasonal component, and adds an error term.
D. It is only suitable for time series with no seasonal components.

Which of the following is a key difference between the deterministic trend forms and the Holt–Winters procedure?

A. Deterministic trends are only used for seasonal data, while Holt–Winters is used for non-seasonal data.
B. Deterministic trends assume a fixed mathematical form for the trend, while Holt–Winters updates trend estimates based on new observations.
C. Holt–Winters procedure is limited to linear trends, while deterministic trends can be quadratic or exponential.
D. Deterministic trends require differencing for stationarity, while Holt–Winters does not.

Which of the following statements are true regarding the limitations of deterministic trends and the effectiveness of the Holt–Winters method?

A. Deterministic trends may fail to provide accurate long-term forecasts if the variable reaches a saturation point.
B. The Holt–Winters method's effectiveness depends on how well the smoothing parameters () are estimated.
C. Deterministic trends are always more accurate than the Holt–Winters method for short-term forecasts.
D. The Holt–Winters method assumes that the trend and seasonality remain constant over time.
E. The accuracy of deterministic trends can be affected by changes in the underlying dynamics of the variable.

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 问答

立即登录