Summary
A self-contained chapter on Bayesian inference for the M-equation Seemingly Unrelated Regressions (SUR) model, covering three Markov chain Monte Carlo (MCMC) algorithms (Gibbs over β and Σ jointly, Gibbs equation-by-equation, and Metropolis-Hastings random walk), three extensions (inequality restrictions, nonlinear SUR, missing data/Tobit), and predictive density computation. The noninformative prior f(β,Σ)∝∣Σ∣−(M+1)/2 yields an analytically intractable marginal posterior for β, motivating the MCMC approach. Three empirical applications illustrate the methods: wheat yield forecasting under mild inequality constraints, translog cost estimation under severe monotonicity constraints, and nonlinear expenditure functions for Thai households.
Key Claims
- Under the noninformative prior, β∣Σ∼MVN(β^GLS,[X′(Σ−1⊗IT)X]−1) (multivariate normal) and Σ∣β∼IW(T,A) (inverted Wishart), where [A]ij=(yi−Xiβi)′(yj−Xjβj) — both full conditionals are standard, enabling Gibbs sampling.
- The equation-by-equation Gibbs sampler draws βi∣β−i from a multivariate t with vi=T−Ki degrees of freedom (eq. 19), avoiding the need to update Σ explicitly.
- The marginal posterior predictive f(y∗∣β,y) is multivariate t with v∗=T−M+1 df, mean X∗β, and scale A/(v∗−2); in practice it is approximated by averaging over MCMC draws of β.
- Inequality restrictions are handled by including the indicator IS(β) in the prior; β∣Σ then follows a truncated MVN, sampled via rejection or by substituting z=Zγ+e for linear equality restrictions.
- Nonlinear SUR requires Metropolis-Hastings because β∣Σ is no longer Gaussian; the Gibbs algorithms are inapplicable.
- Percy (1992) generates (y∗,β,Σ) jointly in Gibbs; Griffiths derives the predictive pdf conditional on β analytically and averages over MCMC draws — more efficient but restricted to linear models.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"The general Gibbs sampler cycles through all elements of the parameter vector, drawing each one from its conditional posterior distribution."
"In many situations restrictions of the form g(β)≥0 that are likely to hold will not hold for all values of β. These can be treated as prior information, with a prior density that is nonzero only for those values of β that satisfy the restrictions."
My Take
A comprehensive pedagogical reference for Bayesian SUR. The equation-by-equation Gibbs sampler (Section 3.2) is the most practically useful result — it eliminates the need to invert the full Σ at each iteration and reduces to univariate t conditionals. The nonlinear and inequality-restriction extensions are well-motivated by the three applications but the treatment is somewhat brief on convergence diagnostics. The comparison with Percy (1992) clarifies an important design choice in MCMC-based predictive inference.