Questions: Autoregressive (AR) Models and Order Selection

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You examine the ACF and PACF plots of a time series. The PACF has large spikes at lags 1 and 2 but is near zero for lags 3 and beyond. The ACF decays gradually. Which model specification does this suggest?

AAR(1), because the first lag is the strongest
BMA(2), because the partial autocorrelations cut off after lag 2
CAR(2), because the PACF cuts off after lag 2 while the ACF decays gradually
DARMA(2,2), because both the ACF and PACF show some nonzero values
Question 2 Multiple Choice

A researcher fits an AR(3) model to a monthly time series without first testing for stationarity. The series turns out to have a unit root. What is the most serious consequence?

AThe model will overfit and select too many lags via AIC
BThe estimated φ coefficients will all equal 1 by definition
CThe estimates will be spurious and standard inference breaks down — t-statistics and confidence intervals are invalid for nonstationary series
DThe model will fail to converge because AR models require finite variance
Question 3 True / False

For an AR(p) process, the autocorrelation function (ACF) cuts off sharply to zero after lag p, making the ACF the primary tool for identifying the correct order.

TTrue
FFalse
Question 4 True / False

An AR model regresses the current value of a time series on its own past values, exploiting the idea that a stationary series can contain predictive information about itself.

TTrue
FFalse
Question 5 Short Answer

Why does the PACF cut off after lag p for an AR(p) process, while the ACF does not?

Think about your answer, then reveal below.