-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add population analysis functionality #50
Comments
@kazewong will you use vanilla JAX to write a Hierarchical Bayesian model likelihood or any other ppl like NumPyro? |
I think I am more inclined to use vanilla JAX and existing interfaces defined in Jim and flowMC instead of ppl like NumPyro, as users do not need to learn the specific ppl interface in order to understand the code. Also, vanilla Jax integrate with flowMC better. |
Closed
To-do:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The main focus of jim has been on individual event parameter estimation. One obvious extension that can leverage the infrastructure in jim and flowMC is the addition of population analysis, at least in the way that is commonly done with hierarchical Bayesian analysis.
This would require the following steps:
The text was updated successfully, but these errors were encountered: