View source: R/exal_inference_config.R
| exal_make_mcmc_dqlm_sigma_control | R Documentation |
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
)
freeze_burnin_iters |
Non-negative integer; number of burn-in iterations to hold the sigma-only block fixed. |
freeze_only_during_burn |
Logical; if |
force_after_warmup |
Logical; force one immediate post-warmup update. |
trace |
Logical; record diagnostics traces. |
A normalized list suitable for mcmc_control$dqlm_sigma.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.