This is a pure-Julia adaptation of the R package mcmcse
, which you can find on CRAN and on Github.
From the Julia REPL, enter package mode by typing ]
, then write
add https://github.com/UBC-Stat-ML/mcmcse.jl.git
Currently mcmcse.jl
contains only the core funcionalities in mcmcse
mcvar
implements some of themcse
-like functions inmcmcse
via multiple-dispatchbatch_size
implementsmcmcse::batchSize()
for automatic batch size determinationess
implementsmcmcse::ess()
for estimating the effective sample size
James M. Flegal, John Hughes, Dootika Vats, Ning Dai, Kushagra Gupta, and Uttiya Maji. (2021). mcmcse: Monte Carlo Standard Errors for MCMC. R package version 1.5-0. Riverside, CA, and Kanpur, India.