MCMC control settings for the MALA sampler
Value
a named list consumed by laplace_sampling / the fit.
Examples
## 1000 retained draws (5000 iterations, 2000 burn-in, thin every 3)
ctrl <- control_mcmc(n.sim = 5000, burnin = 2000, thin = 3)
str(ctrl)
#> List of 6
#> $ n.sim : num 5000
#> $ burnin: num 2000
#> $ thin : num 3
#> $ h : num Inf
#> $ c1.h : num 0.01
#> $ c2.h : num 1e-04