Summary
Percy (1992) derives Bayesian predictive densities for the Seemingly Unrelated Regressions (SUR) model and demonstrates that the exact predictive density is analytically intractable in the general case — unlike the traditional multivariate regression model, where Jeffreys' prior yields a closed-form multivariate Student-t result (Zellner-Chetty 1965). Two tractable approximations are proposed and compared on simulated data: a three-block Gibbs sampler over (yn+1,Φ,β) and a first-order approximation that integrates out β analytically and plugs in the modal Bayes estimate of the precision matrix, yielding a closed-form multivariate normal predictive density. Both approximations closely track the exact Bayesian densities for degenerate sub-models (bivariate cases with known solutions), providing indirect validation for the general case. The paper is one of the earliest applications of Gibbs sampling to the SUR prediction problem.
Key Claims
- Analytical intractability: Under Jeffreys' invariant prior f(β,Φ)∝∣Φ∣−(p+1)/2, integrating Φ from the joint predictive density (eq. 5) leaves an integral over β involving ∣∑i=1n+1(yi−Xiβ)(yi−Xiβ)T∣−(n+1)/2. Drèze (1977) showed this is intractable when the SUR design matrices Xi differ across equations — the integrand does not simplify to a recognisable form. The traditional multivariate regression case (xi1=⋯=xip for all i) is the tractable exception, giving a multivariate Student-t predictive density (Zellner-Chetty 1965).
- Gibbs sampler (Section 3.1): Three-block cycle (eqs. 6–8) with conditionals: f(yn+1∣Xn+1,β,Φ,T)≡Np[Xn+1β,Φ−1]; f(Φ∣Xn+1,yn+1,β,T)≡Wp[n+1,(∑i=1n+1(yi−Xiβ)(yi−Xiβ)T)−1]; f(β∣Xn+1,yn+1,Φ,T)≡Nq[(∑XiTΦXi)−1∑XiTΦyi,(∑XiTΦXi)−1]. After t=100 burn-in steps, the estimated predictive density is the average of m=200 normal densities evaluated at sampled (β(j),Φ(j)) pairs (eq. 9).
- First-order approximation (Section 3.2): Integrate β from the predictive density analytically; replace Φ by its modal Bayes estimate Φ^ — the maximiser of the log-integrated posterior lnf(Φ∣T)=c+2n−p−1ln∣Φ∣−21ln∣SXX∣−21∣SMM∣/∣SXX∣ (eq. 10), computed via Newton's method. The resulting approximate predictive density is multivariate normal (eq. 11): f(yn+1∣Xn+1,T)≡Np[μ,Σ] with μ=Xn+1S^XX−1S^Xy and Σ=Φ^−1+Xn+1S^XX−1Xn+1T.
- Simulation validation: Four bivariate (p=2) SUR cases with n=10, q1=q2=2: A (uncorrelated errors, shared regressors → multivariate regression); B (uncorrelated, orthogonal regressors → two independent regressions); C (correlation 0.99, shared regressors → traditional multivariate regression); D (correlation 0.99, orthogonal regressors → true SUR). Contour plots (Figs 1–4) show both approximations closely matching the exact Bayesian density for A–C; for D the two approximations agree with each other.
- Missing response extension (Section 5): When components of yi are missing, their conditional distribution given observed components and parameters is multivariate normal by standard partitioning. Adding this as a fourth Gibbs conditional extends the sampler without structural change; the first-order approximation extends by redefining Φ^(0) on the observed training data only (eq. 13).
Concepts Introduced or Extended
Entities Mentioned
Quotes
"The predictive density for this model cannot, in general, be evaluated analytically. Two approximations are proposed and investigated. These are Gibbs sampling and a first-order approximation based on a Bayes estimate of the precision matrix."
"For both the L1- and supremum norms, Geman and Geman (1984) showed that the Gibbs algorithm converges to the actual predictive density as t→∞."
My Take
A concise methodological paper that cleanly identifies the intractability barrier in Bayesian SUR prediction and proposes two workable solutions. Its principal historical significance is as one of the first explicit applications of Gibbs sampling to SUR and to the multivariate prediction problem — appearing the same year as Gelfand and Smith's foundational Gibbs work and predating Chib-Greenberg (1995b). The first-order approximation is underappreciated: it yields a closed-form multivariate normal predictive density at far lower computational cost and performs comparably to Gibbs in all reported simulations. The paper's limitations are explicit: both approximations are unimodal regardless of the true predictive density's shape, and no theoretical accuracy guarantee exists for non-degenerate SUR data sets. The Zellner-Ando (2010) Direct Monte Carlo approach later superseded Gibbs for SUR posterior inference (convergence failures at high dimensions), but Percy's Gibbs scheme remains valid specifically for the predictive density problem.