Summary
Develops a Direct Monte Carlo (DMC) approach for Bayesian analysis of the Seemingly Unrelated Regression (SUR) model, published in Journal of Econometrics 159 (2010): 33–45. The key insight is that a triangular reparameterization (Zellner et al. 1988) renders all posterior conditionals exactly normal–inverse-gamma, enabling closed-form sequential sampling with 100% acceptance rate and zero autocorrelation — bypassing Gibbs sampling entirely. Monte Carlo experiments show Gibbs fails to converge 92/100 trials when predictors are numerous; DMC always succeeds and runs 3× faster.
Key Claims
- The SUR model consists of m regression equations yj=Xjβj+uj with correlated errors E[uiuj′]=ωijI. Standard Bayesian analysis via Gibbs requires iterating between β∣Ω and Ω∣β blocks, which depend on each other, generating autocorrelated draws.
- The triangular transformation (Zellner et al. 1988) rewrites the model as yj=Zjbj+ej where Zj augments Xj with residuals from earlier equations. Under Jeffreys' prior π3∝∏j(σj2)−1, the conditionals decouple: bj∣bj−1,…,b1,σj2,D∼N(b^j,σj2(Zj′Zj)−1) and σj2∣bj−1,…,b1,D∼IG(λ^j/2,ν^j/2) (where IG denotes the inverse-gamma distribution) — all closed form and independent across equations.
- DMC1 samples directly in the transformed space {b,Σ} (Jeffreys' prior π3); DMC2 adds a transform-back step using the recursive relation ωj2=∑kρjk2ωk2+σj2 to recover {β,Ω} under the invariant prior π1∝∣Ω∣−(m+1)/2. Crucially, π1 and π3 are not the same prior — the Jacobian ∣Jm∣=∏j(σj2)m−j is non-trivial.
- DMC advantages over Gibbs: no burn-in period, no convergence checking, no proposal density, independent draws (Inefficiency Factor (INEF) = 1 theoretically). Empirically: INEF for ω12 = 31.60 under Gibbs vs. 1 under DMC; Gibbs failed Geweke (1992) convergence test 92/100 trials when pj=25, n=50; computational time DMC 50.84s vs. Gibbs 168.73s.
- Model selection: Bayesian Predictive Information Criterion (BPIC; Ando 2007) and Deviance Information Criterion (DIC; Spiegelhalter et al. 2002) are both computable in closed form under the DMC posterior samples, enabling variable selection among SUR equation specifications without Markov Chain Monte Carlo (MCMC) overhead.
- Application: Japanese firm sales (automobile, agriculture, service sectors) quarterly 1993–2006; one-quarter-ahead recursive forecasts from 1999:Q2 to 2004:Q4; all 95% predictive intervals contain the realized values.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"It is concluded from these comparisons that the DMC approach is worthwhile and applicable to many SUR and other problems."
My Take
An elegant contribution showing that a well-known algebraic trick (triangular decomposition) eliminates the Gibbs bottleneck entirely for a widely used multiequation model. The high-dimensional convergence failure result (92/100 Gibbs failures at pj=25, n=50) is striking and practically important. The prior non-equivalence (π1=π3) is clearly acknowledged. Limitations: the approach is specific to the SUR linear model; nonlinear or heavy-tailed SUR variants require separate treatment (the authors note Student-t SUR as ongoing work). The empirical application is illustrative rather than a demanding test — a macro forecasting exercise would better stress-test the predictive claims.