Definition
Dynamic Seemingly Unrelated Regression (DSUR) is a fully parametric, asymptotically efficient estimator for a system of N cointegrating regressions whose equilibrium errors are cross-sectionally correlated. It extends equation-by-equation dynamic ordinary least squares (DOLS) to the multi-equation setting by applying seemingly unrelated regression (SUR)-style generalized least squares (GLS) across a system augmented with leads and lags of first differences of regressors from all equations simultaneously.
Key Ideas
- Triangular representation: yit=xit′βi+uity; Δxit=eit — each xit is I(1), yit cointegrates with xit.
- Full-system leads/lags: each equation is augmented with Δxjt±p for ALL j=1,…,N (not just own-equation regressors). This cross-equation augmentation is what achieves the efficiency bound — DOLS omits this and loses efficiency when equilibrium errors are correlated.
- SUR GLS step: after augmenting, residuals from step-1 ordinary least squares (OLS) give Ω^; then GLS across the stacked system with weight Ω^−1⊗IT achieves the semiparametric efficiency bound.
- Feasible DSUR: uses estimated Ω^ from step-1 residuals; consistent and asymptotically as efficient as oracle DSUR.
- Restricted DSUR (RDSUR): imposes β1=⋯=βN=β via Wald χ2 test; when homogeneity holds and error variances differ substantially across equations, RDSUR achieves dramatically larger gains than unrestricted DSUR (up to 73% mean squared error (MSE) reduction vs panel DOLS at T=50).
- System DOLS (SDOLS): stacks equations and estimates jointly but ignores cross-equation Δx leads/lags; does not achieve the efficiency bound.
- Lag selection: Bayesian information criterion (BIC) applied equation-by-equation to DOLS residuals.
- Scalability limit: Ω has N(N+1)/2 free parameters; DSUR is practical for N≤8–10 with T≫N; infeasible for large panels.
How It Works
Let the system be stacked as yi=Xiβi+Z−iδi+εi, where Z−i collects leads/lags of Δxj for all j=1,…,N. The two-step estimator:
- Estimate each equation by OLS on the augmented regression → get residuals e^i.
- Estimate Ω^ij=(1/T)∑te^ite^jt.
- Apply GLS across equations using (Ω^−1⊗IT) as the weighting matrix.
Proposition 4 (Mark-Ogaki-Sul 2003): β^DSUR is asymptotically normal and achieves the semiparametric efficiency bound — no consistent estimator can have smaller asymptotic variance.
The relationship to classical SUR (Zellner 1962) is exact: DSUR IS an SUR estimator applied to augmented regressions. The "D" prefix signals dynamic augmentation with leads/lags of Δx to handle I(1) regressors and endogeneity; the SUR part is the GLS step exploiting Ω. Without the cross-equation Δx leads/lags, the estimator reverts to SDOLS, which is less efficient when errors are correlated across equations.
Monte Carlo efficiency summary (relative MSE vs DOLS=1)
| Case |
Correlation ρ |
T=50 |
T=100 |
T=300 |
| I |
low |
1.13 |
1.00 |
0.97 |
| II |
moderate |
1.11 |
0.93 |
0.88 |
| III |
high ≈0.95 |
0.54 |
0.45 |
0.44 |
RDSUR under homogeneous β (Case VI, high ρ + variance heterogeneity): Rel.MSE ≈0.27 at T=50.
Why It Matters
When cointegrating equations share correlated equilibrium errors — as in related bilateral exchange rates or saving-investment ratios of similar economies — ignoring the correlation leaves efficiency on the table. DSUR recaptures it parametrically, without nonparametric long-run covariance estimation (as fully modified SUR (FM-SUR) requires). Park-Ogaki (1991) seemingly unrelated canonical cointegrating regression (SU-CCR) is the asymptotically equivalent nonparametric precursor, but it had poor small-sample performance: the spectral estimator of Ω adds noise. DSUR avoids this by augmenting leads/lags directly into the regression — the same idea that makes DOLS outperform fully modified OLS (FM-OLS) in single-equation cointegration.
Open Questions
- How does DSUR perform when the true lag length is unknown and BIC selects different lags across equations?
- What is the size and power of DSUR-based Wald tests under heteroskedastic or fat-tailed errors?
- Extensions to time-varying βi?
- Panel DSUR with large N and T both growing?
Related