R.hat: R hat MCMC convergence statistic

R.hatR Documentation

R hat MCMC convergence statistic

Description

The degree of convergence of a random Markov Chain can be estimated using the Gelman-Rubin convergence statistic, \hat{R}, based on the stability of outcomes between and within m chains of the same length, n. Values close to one indicate convergence to the underlying distribution. Values greater than 1.1 indicate inadequate convergence.

Usage


R.hat(M, burn.in = 0.5)

Arguments

M

An n x m numeric matrix of Markov Chains.

burn.in

The proportion of each chains to be used as a burn in period. The default value, 0.5, means that only the latter half of the chains will be used in computing \hat{R}.

Details

Gelman et al. (2003, pg. 296) provides insufficient details to reproduce this function. To get the real function see Gelman and Rubin (1992). The authors list one other change in their Statlab version of this function. They recommend multiplying sqrt(postvar/W) by sqrt((df + 3)/t(df + 1)). The original code and this function can produce estimates below 1.

Author(s)

Ken Aho and unknown StatLib author

References

Gelman, A. and D. B. Rubin (1992) Inference from iterative simulation using multiple sequences (with discussion). Statistical Science, 7:457-511.

Gelman, A., Carlin, J. B., Stern, H. S., and D. B. Rubin (2003) Bayesian Data Analysis, 2nd edition. Chapman and Hall/CRC.


asbio documentation built on Aug. 20, 2023, 9:07 a.m.