Topic 1. Understanding Time Trends
Topic 2. Linear and Nonlinear Trends
Topic 3. Log-Polynomial and Forecasting
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.
Q2. Using data from 2001 to 2020, an analyst estimates a model for an industry’s annual output as Outputt = 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.
(Assumes normal distribution of residuals)
Topic 1. Modeling Seasonality
Topic 2. Seasonal Differencing and Dummy Design
Topic 3. Forecasting with Seasonality
h-step-ahead Forecasting:
y^T+h=δ0+δ1(T+h)+βj\hat{y}_{T+h} = \delta_0 + \delta_1(T+h) + \beta_j
Q1. 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.
Q2. 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).
Q3. 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 Walks and Unit Root Processes
Topic 2. Challenges & Testing for Unit Roots
Unit Root:
A characteristic equation with root = 1.
Special case: random walk with drift.
Q1. 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.
Q2. 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.