Markov Chain Monte Carlo Methods: Computation and Inference

bayesianmcmcgibbs-samplermetropolis-hastingsdata-augmentationmarginal-likelihoodmodel-comparisonprobitstochastic-volatilityvariable-selectionstate-spaceliterature-surveytutorial

Summary

Chib's handbook chapter is the canonical reference for Markov chain Monte Carlo (MCMC) methods in econometrics, covering the full toolkit from Markov chain theory through explicit algorithms for seventeen model classes. It unifies the Metropolis-Hastings (M-H) and Gibbs sampling algorithms under a common detailed-balance framework, catalogs data augmentation strategies across canonical Bayesian models, and surveys marginal likelihood computation methods including the Basic Marginal Likelihood Identity (Chib 1995), the Chib-Jeliazkov (2001) extension to M-H chains, and competing approaches (harmonic mean, Laplace, bridge sampling). Published as Chapter 57 of the Handbook of Econometrics, Volume 5, pp. 3569–3649.

Key Claims

Markov Chain Foundations

Metropolis-Hastings Algorithm (Section 4)

Gibbs Sampler (Section 5)

Algorithm Catalog (Section 8) — 17 explicit algorithms

# Model Blocks Key feature
5 Gaussian regression β,σ2\beta, \sigma^2 Conjugate normal-inverse-gamma (NIG) updates
6 Student-t regression β,σ2,{λi}\beta, \sigma^2, \{λ_i\} Scale mixture representation (Carlin-Polson 1991)
7 Gaussian SUR (seemingly unrelated regression) β,Ω1\beta, \Omega^{-1} Normal-Wishart conjugate
8 Binary probit β,{zi}\beta, \{z_i\} Albert-Chib (1993a) truncated-Normal augmentation
9 Ordinal probit β,{zi},γ\beta, \{z_i\}, \gamma M-H for cut-point log-transform (Albert-Chib 1998)
10 Tobit β,σ2,{zi}\beta, \sigma^2, \{z_i\} Truncated-Normal augmentation for censored obs
11 Change point β1,β2,σ12,σ22,τ\beta_1,\beta_2,\sigma^2_1,\sigma^2_2,\tau Full conditional of τ\tau computed by enumeration
12 AR(pp) (autoregressive) model β,ϕ,σ2\beta, \phi, \sigma^2 M-H for ϕ\phi with stationarity constraint via Chib-Greenberg (1994) proposal
13 Hidden Markov model θ,Sn\theta, S_n Joint state sampling via Chib (1996) forward-filter backward-sampling (FFBS)
14 State space (Carter-Kohn) β,Σ,Q,Sn\beta, \Sigma, Q, S_n FFBS smoother for Gaussian state space
15 Stochastic volatility μ,ϕ,σ2,h\mu, \phi, \sigma^2, h 7-component Gaussian mixture + simulation smoother
16 Gaussian panel β,D,{bi}\beta, D, \{b_i\} Block vs. marginalised sampling for random effects
17 MVP (multivariate probit) Σ,β,{Zi}\Sigma, \beta, \{Z_i\} Tailored independence M-H for Σ\Sigma with Geweke-Hajivassiliou-Keane (GHK) evaluation

Predictive Density (Section 9)

Sample predictive density by composition: for each posterior draw θ(j)\theta^{(j)}, simulate yf(j)f(yfθ(j),y)y_f^{(j)} \sim f(y_f|\theta^{(j)}, y). For latent-data models, first draw zf(j)p(zfθ(j))z_f^{(j)} \sim p(z_f|\theta^{(j)}) then yf(j)f(yfzf(j),θ(j))y_f^{(j)} \sim f(y_f|z_f^{(j)}, \theta^{(j)}).

Marginal Likelihood (Section 10.2)

Basic Marginal Likelihood Identity (Chib 1995, eq. 36): m(yM)=f(yθ)p(θ)p(θy,M)m(y|M) = \frac{f(y|\theta^*)p(\theta^*)}{p(\theta^*|y,M)} identity in θ\theta^*; estimate the posterior ordinate p^(θy)\hat p(\theta^*|y) via a marginal/conditional decomposition requiring B1B-1 reduced Gibbs runs for a BB-block sampler.

Chib-Jeliazkov (2001) extension for M-H chains (eq. 41): p^(θy)=M1gα(θ(g),θ)q(θ(g),θ)J1jα(θ,θ(j))\hat p(\theta^*|y) = \frac{M^{-1}\sum_g \alpha(\theta^{(g)},\theta^*)q(\theta^{(g)},\theta^*)}{J^{-1}\sum_j \alpha(\theta^*,\theta^{(j)})} numerator from main run, denominator from a short run conditioned at θ\theta^*.

Competing estimators (Section 10.2):

Model-space algorithms (Section 10.3):

Variable selection (Section 10.4): George-McCulloch (1993) stochastic search variable selection (SSVS) — spike-and-slab mixture prior on regression coefficients; Gibbs cycling over (γi,βi)(γ_i,β_i) pairs.

Concepts Introduced or Extended

Entities Mentioned

Quotes

"MCMC methods which deal with the simulation of high dimensional probability distributions, have over the last decade gained enormous prominence, sparked intense research interest, and energized Bayesian statistics." (p. 3571)

"The second fact about marginal likelihoods, highlighted in a paper by Chib (1995), is that the marginal likelihood by virtue of being the normalizing constant of the posterior density can be expressed as m(yMk)=f(yθk,Mk)p(θkMk)/p(θky,Mk)m(y|M_k) = f(y|\theta_k, M_k)p(\theta_k|M_k)/p(\theta_k|y, M_k). This expression is an identity in θk\theta_k because the left hand side is free of θk\theta_k." (p. 3629)

My Take

The best single reference for the practitioner who wants to understand how a specific model's Gibbs/M-H sampler is derived. The algorithm catalog (Section 8) is the chapter's primary value: each model's augmented state space, blocking structure, and full conditionals are derived from scratch in consistent notation. The model-choice section (Section 10) is the clearest written exposition of Chib (1995) and Chib-Jeliazkov (2001) available. As a review chapter it introduces no new theory, but the synthesis is authoritative.