Questions: Unit Roots and Testing for Stationarity
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A researcher says 'φ = 0.99 is practically a unit root — there's no meaningful difference for empirical work.' Why would an econometrician strongly object?
ABecause φ = 0.99 and φ = 1.0 produce identical statistical properties in finite samples
BBecause with φ = 0.99 the series eventually reverts to its mean (shocks decay), while with φ = 1.0 every shock is permanently incorporated into the level — a fundamental qualitative difference in long-run behavior
CBecause φ = 0.99 is actually more persistent than φ = 1.0 under certain lag structures
DBecause only values of φ greater than 1 create nonstationarity problems in practice
The difference between φ = 0.99 and φ = 1.0 is not a small quantitative difference — it is a categorical one. With φ = 0.99, the effect of any shock decays geometrically toward zero; given enough time, the series reverts to its mean. With φ = 1.0, shocks never decay — every ε_t is permanently added to the level of the series, causing it to wander without bound. The first series is stationary with finite variance; the second has variance that grows with t. Standard inference tools (t-tests, OLS) are designed for the stationary case and break down with unit roots.
Question 2 Multiple Choice
Two researchers regress unemployment on sunspot activity over 60 years and find R² = 0.78 and a highly significant slope coefficient. A skeptical colleague suspects spurious regression. What would validate this concern?
AThe sample size of 60 years is too small to trust OLS results
BBoth series are likely nonstationary random walks, so the apparent significance reflects shared trending behavior rather than any true relationship — standard t-statistics are invalid in this setting
CA high R² always indicates a spurious relationship between unrelated variables
DSunspot activity is a physical measurement and therefore cannot cause spurious correlation with economic variables
The spurious regression problem arises when two unrelated random walks are regressed on each other. Both series wander without mean-reversion, so they may trend together or apart by chance over long periods, producing high R² and significant coefficients even when the true relationship is zero. The standard t-statistic does not follow a t-distribution when the regressors are nonstationary, so 'significant' results are unreliable. Testing each series for unit roots first (e.g., with ADF) is the necessary diagnostic step.
Question 3 True / False
The Augmented Dickey-Fuller (ADF) test uses standard t-distribution critical values, just like a regular t-test for regression coefficients.
TTrue
FFalse
Answer: False
Under the null hypothesis of a unit root, the ADF test statistic does not follow a standard t-distribution. It follows the non-standard Dickey-Fuller distribution, whose critical values are more negative than standard t thresholds. For example, at the 5% significance level, the ADF critical value might be around −2.86, whereas a standard t-test would use roughly −1.96. Using standard t-critical values would lead to over-rejection of the null and false conclusions of stationarity. This is why specialized Dickey-Fuller tables are required.
Question 4 True / False
First-differencing an I(1) time series (computing Δy_t = y_t − y_{t−1}) removes the unit root and produces a stationary series, making standard regression and AR modeling valid.
TTrue
FFalse
Answer: True
An I(1) series has one unit root: applying the difference operator once removes it, yielding a stationary I(0) series. For a random walk y_t = y_{t−1} + ε_t, the first difference Δy_t = ε_t is simply white noise — stationary by definition. AR models and OLS regression are designed for stationary series, so differencing is the standard preprocessing step when unit roots are detected. If two series are both I(1) and cointegrated, differencing is not always the right approach (cointegration methods may be preferred), but for standard AR modeling of a single series, differencing is correct.
Question 5 Short Answer
Explain why regressing one random walk on another unrelated random walk frequently produces high R² and statistically significant coefficients. What property of unit root processes causes this problem?
Think about your answer, then reveal below.
Model answer: In a unit root process (random walk), shocks accumulate permanently — the series wanders without returning to a mean, and its variance grows over time. Two unrelated random walks can drift in the same direction for extended periods purely by chance, creating the appearance of correlation. The OLS estimator picks up this shared trending behavior and yields large R² and significant-looking t-statistics. But the t-statistics don't follow the t-distribution in this setting, so those significance levels are meaningless. The fix is to test for unit roots before modeling and to difference to stationarity (or use cointegration methods if the series are cointegrated).
The core issue is that OLS assumes the regression errors are stationary and well-behaved. When both variables are I(1), the residuals may also be I(1) — trending and non-mean-reverting — which violates OLS assumptions and inflates apparent fit. Granger and Newbold (1974) demonstrated this problem in simulations, showing that two entirely independent random walks could produce R² near 1 and t-statistics in the hundreds. This result motivated the entire field of cointegration analysis.