Dynamic Seemingly Unrelated Regression

cointegrationpanel-dataefficiencyglsdolssur

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

How It Works

Let the system be stacked as yi=Xiβi+Ziδi+εiy_i = X_i \beta_i + Z_{-i} \delta_i + \varepsilon_i, where ZiZ_{-i} collects leads/lags of Δxj\Delta x_j for all j=1,,Nj = 1, \ldots, N. The two-step estimator:

  1. Estimate each equation by OLS on the augmented regression → get residuals e^i\hat{e}_i.
  2. Estimate Ω^ij=(1/T)te^ite^jt\hat\Omega_{ij} = (1/T)\sum_t \hat{e}_{it} \hat{e}_{jt}.
  3. Apply GLS across equations using (Ω^1IT)(\hat\Omega^{-1} \otimes I_T) as the weighting matrix.

Proposition 4 (Mark-Ogaki-Sul 2003): β^DSUR\hat\beta_{\text{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\Delta x to handle I(1) regressors and endogeneity; the SUR part is the GLS step exploiting Ω\Omega. Without the cross-equation Δx\Delta 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 ρ\rho 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\approx 0.95 0.54 0.45 0.44

RDSUR under homogeneous β\beta (Case VI, high ρ\rho + variance heterogeneity): Rel.MSE 0.27\approx 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 Ω\Omega 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

Related