gelman_rubin
#
Compute the Gelman-Rubin diagnostic.
Functions:
-
gelman_rubin
–Compute the Gelman-Rubin diagnostic according to
-
stable_gelman_rubin
–Compute the stable Gelman-Rubin diagnostic according to
gelman_rubin
#
Compute the Gelman-Rubin diagnostic according to equation 4 in Statist. Sci. 36(4): 518-529 (November 2021). DOI: 10.1214/20-STS812
Parameters:
-
data
(ndarray
) –The time series data. This should have shape (n_runs, n_samples) and must have at least two runs.
Returns:
-
float
–The Gelman-Rubin diagnostic.
Source code in red/gelman_rubin.py
stable_gelman_rubin
#
Compute the stable Gelman-Rubin diagnostic according to equation 7 in Statist. Sci. 36(4): 518-529 (November 2021). DOI: 10.1214/20-STS812. This is applicable to a single run.