Scollnik (1996) An Introduction to Markov Chain Monte Carlo Methods and Their Actuarial Applications

mcmcgibbs-samplerbayesianactuarialcredibilityhierarchical-modelliterature-survey

Summary

A 52-page Casualty Actuarial Society (CAS) Proceedings tutorial introducing Markov chain Monte Carlo (MCMC) methods to an actuarial audience. Covers Markov chain theory and ergodic convergence, the formal Gibbs sampling algorithm, practical implementation (thinning, convergence diagnostics, BUGS (Bayesian Inference Using Gibbs Sampling) software), Bayesian analysis via Gibbs sampling, and four worked examples of increasing complexity. The centerpiece is a hierarchical credibility application to workers compensation insurance frequency counts, comparing three models (hierarchical normal (HNM), hierarchical first-level Poisson (HFLPM), variance-stabilized HNM (VSHNM)) on 133 occupation classes over 6 years.

Key Claims

Theory

Practical Considerations

Bayesian Analysis

Example 3 — Data Augmentation for Grouped Data

Example 4 — Hierarchical Credibility for Workers Compensation

Concepts Introduced or Extended

Entities Mentioned

Quotes

"It is not an understatement to say that several hundred papers relating to the Gibbs sampling methodology have appeared in the statistical literature since 1990. Yet, the Gibbs sampler has made only a handful of appearances within the actuarial literature to date."

"In its most extreme version, the Gibbs sampler reduces the analysis of a complicated multivariate stochastic model to the consideration of that model's associated univariate full conditional distributions."

My Take

The best entry point for an actuary encountering MCMC for the first time. The worked examples are carefully chosen — each isolates one new idea (mixture marginals, thinning, data augmentation, hierarchical prediction) and the progression is natural. The comparison of BUGS vs. S-Plus timings (14s vs. 380s) is a practical reminder that implementation language matters enormously for intensive MCMC. The Besag failure-mode example fills a gap in Casella-George: proper conditionals do not guarantee proper joint, which is the more common trap for practitioners.