Zellner and Min present three operational Gibbs Sampler Convergence Criteria (GSC2) for the Gibbs sampler (GS) that detect not merely convergence failure but convergence to an incorrect distribution — a gap left open by Gelman-Rubin and Raftery-Lewis diagnostics. The criteria exploit the fact that when the joint posterior p(α,β∣D) is known up to a constant, the ratio p(α∣D)p(β∣α,D)=p(β∣D)p(α∣β,D) must hold everywhere, enabling a direct check against GS-estimated marginals. All three criteria are illustrated on a simple regression, a two-equation Seemingly Unrelated Regression (SUR), and a bimodal mixture that traps the GS near one mode.
Key Claims
Existing convergence diagnostics (Gelman-Rubin 1992, Raftery-Lewis 1992) tell you whether the chain has mixed — not whether it has converged to the correct target. A GS trapped in one mode of a bimodal posterior can appear "converged" under these tests.
ARC2 (Anchored Ratio Criterion):θ12=p(α1,β1∣D)/p(α2,β2∣D) is computable exactly from the known joint posterior form (constants cancel). Compare to the GS estimate θ^12(N) built from estimated marginals; large discrepancy flags failure.
DC2 (Difference Criterion): From the identity p(α∣D)p(β∣α,D)=p(β∣D)p(α∣β,D), define η^i(N)=p^N(αi∣D)p(βi∣αi,D)−p^N(βi∣D)p(αi∣βi,D). Should be near zero if converged correctly; evaluated at multiple parameter-space points.
RC2 (Ratio Criterion):γ^i(N)=p^N(αi∣D)p(βi∣αi,D)/p^N(βi∣D)p(αi∣βi,D). Should be near 1.
Bimodal failure case: For the 10/90 mixture p=0.1pA+0.9pB (modes at (0,5) and (0,−5)), GS correctly "converges" near (0,5); DC2 gives η^=−0.509 at (0,−5), clearly flagging that the GS estimates are wrong — even though the chain appears stationary.
Simple regression (T=20, σ2=4): DC2 mean ∣η^∣=4.6×10−5 at N=1,000; 5.6×10−6 at N=9,000. RC2 departs from 1 by up to 8–9% at N=1,000 but within 0.5% at N=9,000. GS marginals converge to exact posteriors (Table 1).
SUR (two-equation, T=20): DC2η^1 and η^2→0 as draws increase; posterior odds KOA for H0:η=0 rise from 10.98 at N=100 to 118.68 at N=9,000 — strongly favoring the null and confirming correct convergence.
Inference appendix:η^i(N)≈N(ηi,ϕ^i2) asymptotically; variance formula (eq. 12) accounts for GS autocorrelation. Posterior odds: KOA=πN/2(1+z2/N)exp{−z2/2} (Jeffreys-based Cauchy prior). Vector extension: m points simultaneously, (η^−η)′Σ^−1(η^−η)≈χN−m2.
"It does not appear that operational convergence criteria that indicate not only convergence of the GS but also convergence to a correct result have appeared in the literature."
"The GS estimated marginals have converged to a correct values… the null hypothesis is favored" [SUR example, KOA=118.68 at N=9,000].
My Take
The paper fills a genuine gap: standard convergence diagnostics are blind to the failure mode where the GS gets stuck in the wrong part of the parameter space and produces a stationary but incorrect chain. The three GSC2 criteria are cheap to compute whenever the joint posterior p(α,β∣D) form is known analytically — which is exactly the setting where Gibbs sampling is used. The bimodal example is the clearest demonstration. One limitation: the criteria require explicit knowledge of p(α,β∣D) up to a constant and the conditional densities in closed form, so they are not applicable to fully non-conjugate settings where the GS itself is being used precisely because no analytical form is available.