View source: R/exal_inference_config.R
| exal_make_mcmc_control | R Documentation |
Returns a readable mcmc_control list for exalStaticMCMC() and
exdqlmMCMC(). This keeps the warmup surface explicit instead of relying on
ad hoc nested lists.
exal_make_mcmc_control(
n_burn = 2000L,
n_mcmc = 1500L,
thin = 1L,
verbose = FALSE,
progress_every = NULL,
init_from_vb = TRUE,
vb_warm_start_control = NULL,
sigmagam = NULL,
theta = NULL,
latent_state = NULL,
dqlm_sigma = NULL,
control = NULL
)
n_burn, n_mcmc, thin, verbose |
Core MCMC controls. |
progress_every |
Optional progress cadence for callers that support it. |
init_from_vb |
Logical; initialize from a VB warm start. |
vb_warm_start_control |
Optional VB warm-start control list, often from
|
sigmagam |
Optional list, usually from
|
theta |
Optional list, usually from |
latent_state |
Optional list, usually from
|
dqlm_sigma |
Optional list, usually from
|
control |
Optional existing control list to update. |
A normalized list suitable for mcmc_control.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.