Topic 1. Understanding Time Trends
Topic 2. Linear Trends
Topic 3. Nonlinear Trends
Topic 4. Log-Polynomial and Forecasting
Negative value problem: Downward linear trends eventually produce unrealistic negative values when modeling quantities or prices that cannot be negative.
Growth rate mismatch: Linear models assume constant absolute increases rather than constant percentage growth, making them unsuitable for variables that naturally grow at steady rates over time.
Q1. An analyst has determined that monthly vehicle sales in the United States have been increasing over the last 10 years, but the growth rate over that period has been relatively constant. Which model is most appropriate to predict future vehicle sales?
A. Linear model.
B. Quadratic model.
C. Log-linear model.
D. Log-quadratic model.
Explanation: C is correct.
A log-linear model is most appropriate for a time series that grows at a relatively constant growth rate.
Modeling and removing the trend component results in a detrended time series that we may be able to analyze further.
Q2. Using data from 2001 to 2020, an analyst estimates a model for an industry’s annual output as Output = 80.163 + 4.248t + εt, from a regression with a residual standard deviation of 107.574. Assume t equals a given full year (e.g., 2021) and that the error term is normally distributed. A 95% confidence interval for a forecast of 2021
industry output is closest to:
A. 8,374 to 8,796.
B. 8,455 to 8,876.
C. 8,477 to 8,693.
D. 8,557 to 8,773.
Explanation: B is correct.
For t = 2021, a point forecast for industry output is 80.163 + 4.248(2021) = 8,665.371. A 95% confidence interval is 8,665.371 ± 1.96(107.574) = 8,454.526 to 8,876.216.
Topic 1. Modeling Seasonality
Topic 2. Forecasting with Seasonality
Instead of modeling the level of a series, the differences between its current level and year-ago level are modeled.
Seasonal differencing can also help in modeling series with time trends and unit roots.
Q3. Jill Williams is an analyst in the retail industry. She is modeling a company’s sales and has noticed a quarterly seasonal pattern. If Williams includes an intercept term in her model, how many dummy variables should she use to model the seasonality component?
A. 1.
B. 2.
C. 3.
D. 4.
Explanation: C is correct.
Whenever we want to distinguish between s seasons in a model that incorporates an intercept, we must use s − 1 dummy variables. For example, if we have quarterly data, s = 4, and thus we would include s − 1 = 3 seasonal dummy variables.
Q4. Consider the following regression equation utilizing dummy variables for explaining quarterly EPS in terms of the quarter of their occurrence:
The intercept term represents the average value of EPS for the:
A. first quarter.
B. second quarter.
C. third quarter.
D. fourth quarter.
Explanation: D is correct.
The intercept term represents the average value of EPS for the fourth quarter. The slope coefficient on each dummy variable estimates the difference in EPS (on average) between the respective quarter (i.e., quarter one, two, or three) and the omitted quarter (the fourth quarter, in this case).
h-step-ahead Point Forecasting:
y^T+h=δ0+δ1(T+h)+βj\hat{y}_{T+h} = \delta_0 + \delta_1(T+h) + \beta_jA pure seasonal dummy variable model:
After adding a time trend:
Adding calendar effects - holiday variations (HDV) and trading-day variations (TDV):
This complete model can now be used for out-of-sample forecasts at time T + h by constructing an h-step-ahead point forecast as follows:
Q5. A model for the change in a retailer’s quarterly sales, using seasonal dummy variables DQ, is estimated as:
In the third quarter, sales are forecast to:
A. decrease by 3.8.
B. decrease by 1.0.
C. increase by 1.1.
D. increase by 3.8.
Explanation: C is correct.
Topic 1. Random Walk and Unit Root
Topic 2. Challenges & Testing for Unit Roots
Random Walk:
Every observation = prior value plus-or-minus shock.
Not mean-reverting, variance increases over time.
No long-term equilibrium.
It is not covariance stationary, so cannot be modeled using AR, MA or ARMA processes.
Back-substitution:
Entire history of shocks affects current value.
Unit Root:
When expressing using lag polynomials, one of their roots is 1.
Example:
A random walk is a special case of unit roots.
A unit root process is sometimes described as a random walk with drift.
We can think of random walk and unit root interchangeably in this chapter.
Q6. A random walk is most accurately described as a time series whose value is a function of its:
A. previous value only.
B. beginning value only.
C. previous value and a random shock.
D. beginning value and all historical shocks.
Explanation: D is correct.
For a random walk, so its value at time t is a function of its beginning value and all shocks, as well as the shock in the observation’s own period.
Challenges:
Unlike stationary time series, a series with a unit root does not revert to a mean.
Time series with unit roots often show spurious relationships with each other.
If we use an ARMA model, its estimated parameters follow an asymmetric distribution that depends on the sample size and the presence of a time trend (a Dickey-Fuller distribution). This reduces our ability to select a correct model or make valid forecasts.
Remedy:
Use 1st differencing:
If still non-stationary, use 2nd differencing.
Augmented Dickey-Fuller (ADF) Test:
γ represents the coefficient on lagged value.
Reject H₀ if γ is significantly negative.
Q7. An augmented Dickey-Fuller test will reject the hypothesis that a process is a unit root if the coefficient on the lagged value is statistically significantly:
A. less than zero.
B. equal to zero.
C. greater than zero.
D. different from zero.
Explanation: A is correct.
Although the null hypothesis is that the coefficient on the lagged value is equal to zero, the rejection condition is that the coefficient is less than zero.