Jackman (2000) Estimation and Inference via Bayesian Simulation: An Introduction to Markov Chain Monte Carlo

mcmcbayesiangibbs-samplermetropolis-hastingsdata-augmentationprobittutorial

Summary

A pedagogical tour of Bayesian simulation methods for political scientists, tracing the progression from maximum likelihood estimation (MLE) through the expectation-maximization (EM) algorithm to the Gibbs sampler and Metropolis-Hastings. Working examples include binary probit via Albert-Chib (1993) truncated-Normal data augmentation, AR(1) regression as a 3-block Gibbs sampler, and multinomial probit (MNP) via McCulloch-Polson-Rossi. The paper advocates BUGS/WinBUGS as a near-universal Markov chain Monte Carlo (MCMC) implementation vehicle.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"The EM algorithm and the Gibbs sampler are closely related: both exploit the notion of data augmentation."

"The posterior density is the fundamental inferential object in Bayesian analysis, and MCMC methods provide a powerful and general means of summarising it."

My Take

A well-crafted entry point for political scientists encountering MCMC. The EM↔Gibbs parallel via data augmentation is genuinely clarifying: both solve the same intractable integral, one by optimization and one by simulation. No new methodology is contributed; value is entirely pedagogical. The MNP section is the densest and most practically useful part. Note: the Albert-Chib (1993) cited here is JASA 88:669–679 on binary and polychotomous probit — distinct from the Albert-Chib (1993) JBES paper on Markov-switching AR already in this wiki.