Returns a normalized mcmc_control$sigmagam block for exalStaticMCMC() and
exdqlmMCMC().
exal_make_mcmc_sigmagam_control(
freeze_burnin_iters = NULL,
freeze_only_during_burn = NULL,
force_after_warmup = NULL,
delay_adapt_until_after_warmup = NULL,
delay_laplace_refresh_until_after_warmup = NULL
)A normalized list suitable for mcmc_control$sigmagam.
When called with no arguments, this returns the package's conservative
default exAL (sigma, gamma) MCMC warmup profile.
Non-negative integer; number of burn-in iterations
to hold the (sigma, gamma) block fixed.
Logical; if TRUE, hard freeze only applies
during burn-in.
Logical; force one post-warmup update.
Logical; keep proposal adaptation off until warmup ends.
Logical; keep Laplace refresh off until warmup ends.