Description Usage Arguments Value
Runs iteratively variational bayes until it suceeds
1 2 3 4 5 6 7 8 9 10 | vb_iterative(
model,
output_samples,
iter,
tol_rel_obj,
additional_parameters_to_save = c(),
data,
seed,
...
)
|
model |
A Stan model |
output_samples |
An integer of how many samples from posteriors |
iter |
An integer of how many max iterations |
tol_rel_obj |
A real |
additional_parameters_to_save |
A character vector |
... |
List of paramaters for vb function of Stan |
A Stan fit object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.