正在学习
7.4.1 Forecasting Models with Seasonal Components
7.4.1 Forecasting Models with Seasonal Components
Seasonal patterns can be modeled either as deterministic or stochastic variations, or some combination thereof. The stochastic modeling approach uses differencing to incorporate seasonal components. Intuition for this is that if a variable varies strongly at the seasonal frequency, one way to model its dynamics is to consider year-onyear changes in the variable. For example, corporate earnings or dividends are often compared with the figure in the same quarter during the previous year.
Box and Jenkins (1970) considered seasonal ARIMA, or SARIMA, models of the form
Here S denotes the seasonal frequency. With quarterly data, with monthly data , with weekly data , and so forth, so that applying the seasonal differencing operator means that the dynamics in year-on-year changes are
being modeled in (7.32). Other than this, the mechanics of computing forecasts does not change.
Another way to write seasonal models is to convert the linear time indicator into a seasonal indicator such as 2000:01, 2000:02, . . . , 2000:04, 2001:01, etc., in the quarterly case:
Here counts years, while counts seasons, and . For example, if , corresponding to quarterly data, and , then as τ varies from , first-quarter observations are selected.
The model in (7.32) has a unit root, but the year-on-year changes will be stationary provided that the roots of lie outside the unit circle and the sum of squared coefficients of is bounded. The autoregressive polynomial could have additional unit roots, although this is usually found only empirically in strongly trending series. For example, the so-called airline model of Box and Jenkins (1970) takes the form
This model allows for seasonal variation in both the AR and the MA part.
Deterministic seasonal components can easily be incorporated by assuming that once a seasonal deterministic component, , has been taken out of , the remaining stochastic component , follows an ARMA process:
where . The simplest approach for modeling seasonal variation in the mean, , is to apply S seasonal dummies, each of which equals 1 in season s and is 0 otherwise:
For example, with quarterly data there will be four seasonal dummies of the form (assuming the initial point occurs in the first quarter)
The ARMA model with seasonal dummies takes the form
Application of such seasonal dummies can sometimes yield large improvements in predictive accuracy.
Seasonal patterns are examples of regularly occurring patterns linked to the calendar. These can induce patterns in the mean or volatility of the distribution of economic variables such as volume on the stock exchange during the day (volume tends to be highest during the first and last few minutes of the day), credit card transactions, road congestion, and energy usage.
Example 7.4.1 (Modeling seasonal components). Day-of-the-week dummies, monthof-the-year dummies, and dummies for holidays tend to be very important when modeling electricity demand. Following Diebold (2007), this suggests a deterministic component of the form
where H is the number of holidays. Holiday dummies could include a Christmas dummy that equals 1 on December 25, otherwise is 0, a Thanksgiving dummy that equals 1 on Thanksgiving, otherwise equals 0, etc. Such dummies can be used to capture the typical (average) electricity consumption on a given day. We have included daily and monthly dummies in addition to a holiday dummy since electricity consumption typically is very different on public holidays such as Christmas or Thanksgiving. Interaction terms such as can also be included to account for differences in electricity consumption patterns for holidays occurring on different weekdays. Subtracting the deterministic seasonal term from the ARMA model, future demand at time can be predicted using a model of the form
so that the deseasonalized component follows an ARMA process. Assuming that we have estimates of , it is straightforward to compute an estimate of the deterministic component of . This can then be added to the ARMA forecast of given the available information at time t. See Diebold (2007) and Ghysels, Osborn, and Rodrigues (2006) for further discussion of forecasting models with seasonal components.
练习题
What does the seasonal frequency represent in the SARIMA model ?
Which of the following is the correct form of the seasonal ARIMA model for quarterly data with a seasonal frequency of 4?
Which of the following are true about the stationarity of the SARIMA model ?
Which of the following are components of the airline model of Box and Jenkins?
Deterministic seasonal components can be incorporated into an ARMA model by assuming that the remaining stochastic component follows an ARMA process after removing the seasonal deterministic component.
The simplest approach for modeling seasonal variation in the mean, , is to apply seasonal dummies, each of which equals 1 in season and is 0 otherwise.
In the SARIMA model , the operator is known as the __________ operator.
The model is known as the __________ model.
Explain how seasonal dummies can be used to model seasonal variation in the mean of a time series.
What is the role of the seasonal differencing operator in the SARIMA model, and how does it help in modeling seasonal patterns?
Which of the following statements correctly describes the seasonal ARIMA (SARIMA) model?
Which of the following statements are true about the stationarity of the SARIMA model? Select all that apply.
The airline model allows for seasonal variation in both the autoregressive (AR) and moving average (MA) parts of the model.
In the SARIMA model, the seasonal frequency for monthly data is denoted by ___.
登录后解锁笔记、知识点解析、AI 问答
立即登录