Questions: ARIMA Models and Time Series Forecasting

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A monthly employment series trends persistently upward over decades. A researcher wants to fit an ARIMA model. Which transformation should be applied first, and why?

AApply a log transformation to normalize the variance
BFirst-difference the series to remove the trend and achieve stationarity before modeling
CDetrend by regressing on time, then fit an AR model to the residuals
DApply the model directly — ARIMA handles trends internally without preprocessing
Question 2 Multiple Choice

An AR(1) model fits an economic series well, but the Ljung-Box test shows significant autocorrelation in the residuals at lag 1. Adding an MA(1) term eliminates the remaining autocorrelation. Why does adding the MA component help here?

AThe MA term increases the model's degrees of freedom, automatically reducing autocorrelation
BThe MA term captures decay of shock effects: past forecast errors are influencing current values, which the AR term alone cannot model
CThe AR and MA terms together always produce white noise residuals regardless of the data
DThe MA term removes the need for the differencing step by absorbing the trend
Question 3 True / False

An ARIMA model can be applied directly to a non-stationary series because the model's parameters automatically adjust to account for trends.

TTrue
FFalse
Question 4 True / False

Over-differencing a time series — applying more differences than needed to achieve stationarity — can introduce spurious autocorrelation into an otherwise clean series.

TTrue
FFalse
Question 5 Short Answer

Explain what the MA component adds to an AR model, and describe a real-world situation where including MA terms would be important.

Think about your answer, then reveal below.