Returns a normalized mcmc_control$dqlm_sigma block for exdqlmMCMC() in
the reduced AL / DQLM branch.
exal_make_mcmc_dqlm_sigma_control(
freeze_burnin_iters = 0L,
freeze_only_during_burn = TRUE,
force_after_warmup = TRUE,
trace = TRUE
)A normalized list suitable for mcmc_control$dqlm_sigma.
Non-negative integer; number of burn-in iterations to hold the sigma-only block fixed.
Logical; if TRUE, hard freeze only applies
during burn-in.
Logical; force one immediate post-warmup update.
Logical; record diagnostics traces.