Computes convergence diagnistics based on the convergence_t_tests
diagnostics and finds the
most likely convergence point using convergence_probabilities
.
1 2 | convergence_diagnostics(samples, window_size = nrow(samples)/20, a = 1,
b = 1)
|
samples |
Samples from a CoalHMM MCMC run. |
window_size |
Window size used for the convergence diagnostics. |
a |
Meta-parameter for the prior probability of rejection before convergence. |
b |
Meta-parameter for the prior probability of rejection before convergence. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.