Waggoner and Zha (2000) solve the computational bottleneck in Bayesian estimation of identified structural Vector Autoregression (VAR) models under linear zero restrictions. They show that the non-Gaussian shape of the posterior for contemporaneous coefficients causes importance sampling to collapse to a single effective draw — the posterior lies on a curved, non-elliptic ridge that a Gaussian proposal cannot approximate. They then derive a Gibbs sampler in which each equation's conditional decomposes into a Univariate Wishart (UW) draw and standard Normal draws, computed via Lower-Upper (LU) decomposition of the other equations' current draws. The paper also characterizes when Gibbs draws across equations are exactly independent (block-recursive exclusion restrictions) and validates convergence via Gelman-Rubin diagnostics on Sims's (1986) 6-variable VAR.
"The joint posterior density for the structural parameters is not normally distributed even though the prior is normal... the method of importance sampling may produce a very poor approximation to the posterior distribution." (§1, paraphrase)
"When satisfies block-recursive exclusion restrictions... the draws from Theorem 2 are exactly independent across equations." (Corollary 1, paraphrase)
The UW + Normal decomposition is elegant: by rotating into an equation-specific orthonormal basis via LU decomposition, the non-Gaussian determinant term concentrates into a single scalar coefficient, and the remaining components factorize into standard Normals. The independence result (Corollary 1) is practically important — researchers with recursive or block-recursive identification know their draws are not merely approximately independent but exactly so, enabling much shorter chains. The limitation is scope: the algorithm handles only linear zero restrictions on a fixed-coefficient VAR. Sign restrictions (Uhlig 2005), regime-switching, and time-varying-parameter models require different approaches. The 2003b follow-up (Waggoner-Zha 2003b) extended the framework to general normalization and likelihood preservation.