-
Notifications
You must be signed in to change notification settings - Fork 230
Run Stan models (normal mixture) #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Do we actually need to build Stan.jl? |
|
We don't need to build it explicitly because when we call |
|
I think the script for bench works now. I'm gonna add Stan version of bernoulli and simplegauss now. |
|
It might be useful to compute and print the difference (e.g. mean, variance) between Stan and Turing |
|
Yeah. That makes a lot of sense. Will do! |
Run the normal mixture model in Stan.
The script seems to work.
NOTE: I guess the build filed written by Stan.jl team is problematic itself. We don't necessary need to "build Stan.jl successfully" to use Stan.jl. From the log we can see the Stan model is successfully built and run, even we didn't build the Stan.jl successfully. This happens to my local Linux machine as well.