-
Notifications
You must be signed in to change notification settings - Fork 8
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
Roadmap for Hierarchical Models #21
Comments
When trying to improve a Turing hierarchical intercept logistic model by reviewing turing_model.jl, I noticed that
|
Thanks for pointing this out! For
where as for I don't think we have a problem with how the prior currently is defined (based on MAD). This is the formula for MAD: Now if your |
Thanks! I must be having a different issue then. I'm porting an rstanarm example for multi-level regression with poststratification into Turing (posted to Discourse here. I run
and get the error After getting this error, I had looked at the TuringGLM code and saw the |
Oh I see, it might be more interesting to use the standard deviation |
Makes sense to me. |
(x_1 | group)
(1 + x_1 | group)
zerocorr
implementation ofMixedModels.jl
LKJ()
(OBS: fast implementation depends on Feature request: Add LKJCholesky Turing.jl#1629)The text was updated successfully, but these errors were encountered: