View source: R/exal_inference_config.R
| exal_make_mcmc_latent_state_control | R Documentation |
Returns a normalized mcmc_control$latent_state block for exdqlmMCMC().
exal_make_mcmc_latent_state_control(
mode = c("u_only", "u_st_pair"),
freeze_burnin_iters = 0L,
freeze_only_during_burn = TRUE,
force_after_warmup = TRUE,
min_postwarmup_updates = 0L,
trace = TRUE
)
mode |
One of |
freeze_burnin_iters |
Non-negative integer; number of burn-in iterations to hold the latent-state block fixed. |
freeze_only_during_burn |
Logical; if |
force_after_warmup |
Logical; force one immediate post-warmup update. |
min_postwarmup_updates |
Non-negative integer; minimum number of post-warmup updates required before chain-health style gates can fire. |
trace |
Logical; record diagnostics traces. |
A normalized list suitable for mcmc_control$latent_state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.