Hi,
I am trying to learn and test Variational Bayes. As of now, I have only run models using the stan() command.
Could someone provide the programming command for running VB on Rstan?
Thanks.
Hi,
I am trying to learn and test Variational Bayes. As of now, I have only run models using the stan() command.
Could someone provide the programming command for running VB on Rstan?
Thanks.
Check out ?rstan::vb()
.
I did. I only saw two commands. They are pretty short.
Are there more elaborate examples?