-
Notifications
You must be signed in to change notification settings - Fork 12
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
bring Rubin and mutau models into the same script #1
Comments
@wwiecek Instead of prioritizing bringing them into the same script might we want to re-parameterize mu-tau the same way we did for the rubin model. I'm getting the same divergence/low ESS warnings that I was getting with the rubin model before we added in eta. Or we could do both at once I guess? Or if I'm misreading the code just let me know! |
Yes, it could use a reparameterization. It's actually easy to do, I didn't do it (as far as I remember?) because that mutau model is not very important to me at the moment. I guess it should happen eventually. But hey, bringing them into the same script would take care of reparameterization. |
Alright I'll take a look at the description/code for the mu-tau model and see how easy this is. Even if we aren't going to use it right away I think it's good to make it work a little better. Not as familiar with this model so it may take a bit. |
I need to make changes to the models because I realised that sometimes the effect is Maybe you want to have a look at this after your predict PR? |
@be-green I looked into merging mu&tau model with Rubin - and now I'm closing the issue. It can be done, but notation gets very messy. In the next version of baggr we will have the following:
|
currently rubin.stan is just a 1-dimensional version of mutau.stan; they should be merged into a single .stan script
The text was updated successfully, but these errors were encountered: