| calc_psrf_cutoff | R Documentation |
Computes the principled Gelman-Rubin diagnostic termination threshold
delta_epsilon based on the target ESS bound M_alpha_eps_p and
number of chains m.
calc_psrf_cutoff(m = 1, M_val = 1537)
m |
Integer, number of chains. |
M_val |
Numeric, minimum required ESS obtained from |
Numeric scalar, target threshold delta_epsilon.
M_bound <- calc_ess_bound(p = 1, alpha = 0.05, epsilon = 0.10)
calc_psrf_cutoff(m = 3, M_val = M_bound)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.