Spurious Regression

spurious-regressioncointegrationunit-rootolsnonstationarityvar

Definition

A spurious regression is a regression between two or more independently generated nonstationary (I(1)) time series that produces apparently significant statistical relationships — high R2R^2, low p-values — purely as an artifact of their shared random-walk behavior, with no genuine causal or equilibrium relationship between them.

Key Ideas

How It Works

The Granger-Newbold (1974) Simulation Finding

Granger and Newbold (1974) generated pairs of independent random walks:

ξt=ξt1+εt,εtiid(0,σ2)(RW)\xi_t = \xi_{t-1} + \varepsilon_t, \qquad \varepsilon_t \overset{iid}{\sim}(0, \sigma^2) \tag{RW}

and regressed one on the other by OLS. Despite the series being independent, they found:

The conclusion: in the presence of independent stochastic trends, standard inference about regression coefficients is invalid.

Phillips (1986) Asymptotic Theory

Phillips (1986) provided the rigorous asymptotic theory explaining the simulation findings. The root cause is not serial correlation per se — it is the non-ergodicity of integrated processes: for an I(1) series, T2xt2σw201W(t)2dtT^{-2}\sum x_t^2 \Rightarrow \sigma_w^2\int_0^1 W(t)^2\,dt, a random variable, not a constant. The usual LLN and CLT fail at their foundation.

Theorem 1 (simple spurious regression, m=1m=1 regressor; yt,xty_t, x_t independent random walks):

Result Statement
(a) Slope β^(σv/σw)ζ\hat\beta \Rightarrow (\sigma_v/\sigma_w)\,\zeta — non-degenerate random limit, not zero
(b) Intercept α^p\hat\alpha \to_p \infty — diverges
(c) tβt_\beta tβOp(T1/2)t_\beta \sim O_p(T^{1/2}) — diverges; no limiting distribution
(d) tαt_\alpha tαOp(T1/2)t_\alpha \sim O_p(T^{1/2}) — diverges
(e) R2R^2 R2R^2 \Rightarrow non-degenerate limit strictly in (0,1)(0,1)
(f) DW DWp0\mathrm{DW} \to_p 0; TDWT\cdot\mathrm{DW} has non-degenerate limit
(g) rsr_s rsp1r_s \to_p 1 — residual autocorrelation approaches one
(h) QkQ_k QkOp(T)Q_k \sim O_p(T) — Box-Ljung diverges at rate TT

Theorem 2 (multiple spurious regression, mm I(1) regressors): the joint FF-statistic diverges at O(T)O(T), faster than individual tt-stats at O(T1/2)O(T^{1/2}). This explains the Granger-Newbold pattern: 76% rejection at 5% nominal size with m=1m=1, rising to 96% with m=5m=5.

The limiting distributions are ratios of stochastic integrals of Brownian motions — qualitatively different from the usual normal/chi-squared limits. The Functional Central Limit Theorem (Billingsley 1968) replaces the classical CLT as the key technical tool. Results extend to general α\alpha-mixing, heterogeneous autoregressive integrated moving average (ARIMA)(p,1,q)(p,1,q) innovations.

Cointegration Connection (Phillips 1986)

Phillips (1986) shows that when the innovation variance matrix Σ\Sigma is singular — i.e., yty_t and xtx_t are cointegrated — OLS is consistent for the cointegrating vector. Under no cointegration, DWp0\mathrm{DW}\to_p 0, which is the analytic foundation for the Engle-Granger (1987) residual-based DW cointegration test: a significant regression with DW0\mathrm{DW}\approx 0 is a signal of spuriousness, not of a genuine relationship.

Why Cointegration Is the Exception

When yty_t and xtx_t are genuinely cointegrated — ytβxt=utI(0)y_t - \beta x_t = u_t \sim I(0) — the OLS estimator β^\hat\beta does converge to β\beta, and in fact at the superconsistent rate T1T^{-1} (Stock 1987), rather than the usual T1/2T^{-1/2}. The regression is not spurious: the stationary residual utu_t is the cointegrating error, and the estimated relationship is a genuine long-run equilibrium.

Diagnostics and Prevention

Symptom Cause Remedy
High R², significant t-stats Both series trend together by chance Test for unit roots
DW 0\approx 0 Strongly autocorrelated residuals from I(1) errors Test residuals for stationarity (augmented Dickey-Fuller (ADF), Kwiatkowski-Phillips-Schmidt-Shin (KPSS))
Contradictory coefficient signs Spurious equilibrium Difference the series, or use VECM if cointegrated

The standard workflow: (1) ADF/KPSS unit-root tests on each series; (2) if all I(1), test residuals for I(0) (Engle-Granger cointegration test) or use Johansen's full-system test; (3) if cointegrated, use VECM; if not, first-difference VAR.

The Stochastic Unit Root (Granger-Swanson 1994)

A key limitation of standard unit-root testing is that many processes that are not I(1) in the pure sense are also not rejected by Dickey-Fuller tests. Granger and Swanson (1994) introduce the stochastic unit root process:

Xt=αtXt1+εt,αt stationary, exogenous to X,E(αt)=1X_t = \alpha_t X_{t-1} + \varepsilon_t, \qquad \alpha_t \text{ stationary, exogenous to } X, \quad E(\alpha_t) = 1

where αt\alpha_t is a random coefficient with mean one. This process is:

The practical implication (Granger 1997): a process that does not reject an I(1) null may be any of:

The I(1) vs. broken-trend debate (Perron 1989 and response literature) asked whether macro series are "better described" as unit root or stationary with broken trend. Granger (1997) dismisses this as "fatuous" — the question excludes too many plausible alternatives, including all of the above. The practically relevant question is simply whether the series exhibits persistence, for which an I(1) null provides a useful operational approximation even if not a literal description.

A related observation: if logxt\log x_t has a pure unit root, then xtx_t itself has a stochastic unit root (Granger-Swanson 1994). This means conclusions about integration order are not invariant to monotone transformations.

Why It Matters

Open Questions

Related