Geweke (1992) Evaluating the Accuracy of Sampling-Based Approaches to the Calculation of Posterior Moments

bayesianmcmcgibbs-samplerconvergence-diagnostics

Summary

Puts Markov chain Monte Carlo (MCMC) numerical accuracy and convergence on formal footing using spectral analysis. The chain output {g(θ(t))}\{g(\theta^{(t)})\} is viewed as a stationary time series; the variance of the MCMC posterior mean estimate is S0/nS_0/n where S0S_0 is the spectral density at frequency zero. Two diagnostic tools follow: the Numerical Standard Error (NSE), which is the properly-corrected standard error of any posterior mean estimate; and the Geweke z-score, a formal convergence test comparing the means of early vs. late chain segments.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"Data augmentation and Gibbs sampling are two closely related, sampling-based approaches to the calculation of posterior moments. The fact that each produces a sample whose constituents are neither independent nor identically distributed complicates the assessment of convergence and numerical accuracy."

My Take

The foundational paper for MCMC numerical accuracy. The NSE and Geweke z-score remain standard diagnostics in the coda and posterior R packages three decades later. The key conceptual contribution is recognising that MCMC output is a stationary time series and that spectral methods — specifically the zero-frequency spectral density — provide the right tool for variance estimation. The RNE concept is useful but understated: it quantifies exactly the efficiency penalty of correlated sampling, connecting MCMC to the classical effective sample size (neff=n×RNEn_{\text{eff}} = n \times \text{RNE}). Limitation: the convergence diagnostic is a necessary but not sufficient condition for convergence; multimodal posteriors can fool it entirely.