rstan_vb_opts | R Documentation |
Deprecated; use stan_vb_opts()
instead.
rstan_vb_opts(samples = 2000, trials = 10, iter = 10000, ...)
samples |
Numeric, default 2000. Overall number of approximate posterior samples. |
trials |
Numeric, defaults to 10. Number of attempts to use rstan::vb()] before failing. |
iter |
Numeric, defaulting to 10000. Number of iterations to use in
|
... |
Additional parameters to pass to |
A list of arguments to pass to rstan::vb()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.