View source: R/exal_inference_config.R
| exal_make_mcmc_sigmagam_control | R Documentation |
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
)
freeze_burnin_iters |
Non-negative integer; number of burn-in iterations
to hold the |
freeze_only_during_burn |
Logical; if |
force_after_warmup |
Logical; force one post-warmup update. |
delay_adapt_until_after_warmup |
Logical; keep proposal adaptation off until warmup ends. |
delay_laplace_refresh_until_after_warmup |
Logical; keep Laplace refresh off until warmup ends. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.