JuliaStats / Klara.jl

MCMC inference in Julia
Other
166 stars 38 forks source link

workflow for multiple chains #149

Open tpapp opened 7 years ago

tpapp commented 7 years ago

I am wondering what the recommended workflow is for using multiple chains. What I usually do is run 3–5 chains in parallel, check the Gelman and Rubin convergence diagnostic (Rhat), and then work with the pooled output.

I understand if I have to code this myself (did not see it in the examples), or I can somehow coerce the output to a format Mamba would understand, just curious if I am missing something obvious.