View source: R/exal_inference_config.R
| exal_make_vb_control | R Documentation |
Returns a readable vb_control list for exalStaticLDVB() and
exdqlmLDVB(). This keeps the warmup surface explicit instead of relying on
ad hoc nested lists.
exal_make_vb_control(
max_iter = 150L,
tol = 1e-04,
n_samp_xi = 200L,
verbose = FALSE,
sigmagam = NULL,
sts = NULL,
control = NULL
)
max_iter, tol, n_samp_xi, verbose |
Core VB controls. |
sigmagam |
Optional list, usually from
|
sts |
Optional list, usually from |
control |
Optional existing control list to update. |
A normalized list suitable for vb_control.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.