The Gelman–Rubin Statistic
Assessing Convergence in Probabilistic Models
Markov Chain Monte Carlo (MCMC) methods rely on sampling to approximate complex probability distributions. However, these methods introduce a practical challenge: determining whether the sampling process has converged to the target distribution.
The Gelman–Rubin statistic provides a framework for addressing this problem.
Conceptual Overview
The Gelman–Rubin diagnostic compares:
variance within individual sampling chains
variance between multiple independent chains
If all chains have converged to the same distribution, these variances should be similar. Divergence between them suggests incomplete convergence.
Interpretation
The statistic is typically expressed as a ratio:
values close to 1 indicate convergence
higher values indicate that further sampling is required
Rather than providing certainty, it offers a diagnostic signal about the reliability of model outputs.
Application at MorMag
Within the MorMag Quant Lab, the Gelman–Rubin statistic is used to:
validate MCMC based estimates
ensure stability in posterior distributions
prevent reliance on incomplete sampling
This supports the broader objective of ensuring that probabilistic outputs are robust rather than artefactual.
Conclusion
Convergence diagnostics are essential in simulation-based modelling. The Gelman–Rubin statistic provides a structured method for assessing whether probabilistic estimates are reliable, reinforcing disciplined use of MCMC methods.

