Gelfand & Smith (1990) Sampling-Based Approaches to Calculating Marginal Densities

bayesiangibbs-samplermcmcdata-augmentation

Summary

Gelfand and Smith (1990) introduced the Gibbs sampler to mainstream Bayesian statistics, showing that an algorithm developed for image processing (Geman-Geman 1984) could compute intractable marginal posterior densities in standard statistical models. They present and compare three sampling-based approaches — the substitution/data-augmentation algorithm (Tanner-Wong 1987), the Gibbs sampler, and the Rubin sampling-importance-resampling (SIR) algorithm — across a range of hierarchical and incomplete-data models. The paper is widely credited as triggering the Markov chain Monte Carlo (MCMC) revolution in Bayesian computation.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"The attraction of the sampling-based methods is their conceptual simplicity and ease of implementation for users with available computing resources but without numerical analytic expertise."

"All that the user requires is insight into the relevant conditional probability structure and techniques for the efficient generation of appropriate random variates."

My Take

The paper's genius was recognising that Geman-Geman's Gibbs sampler, buried in image processing, solved a general Bayesian problem. The six worked examples collectively showed that full conditionals are often conjugate — Normal, Inverse-Gamma, Gamma — making Gibbs sampling effortless to implement without specialist numerical analysis. The SIR comparison is historically important: iterative adaptive sampling beats one-shot importance sampling for the same computational budget, a lesson the field has repeatedly relearned. The Rao-Blackwell estimator argument is both elegant and practically important — it explains why Gibbs sampling should output conditional density estimates rather than raw samples, and became a cornerstone of subsequent MCMC estimation theory.