Skip to content
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

MCMC sampler #18

Open
maxbiostat opened this issue Sep 30, 2015 · 3 comments
Open

MCMC sampler #18

maxbiostat opened this issue Sep 30, 2015 · 3 comments
Assignees

Comments

@maxbiostat
Copy link
Owner

If we have any hope for the hierarchical prior to be applicable in the real-world, we will need to devise a sampler that can incorporate the alphas and sample the model at the same time.

Currently we have working implementations in Stan, but that is just because the pooled prior happens to have a closed-form solution. The sampler has to be able to sample from the pooled prior even when it does not have a closed-form solution [which is the vast majority of interesting cases].

This article contains some useful information on a potential clog in this engine, the IMIS algorithm, that could be used to construct the pooled prior [or posterior, thanks to external Bayesianity].

@maxbiostat
Copy link
Owner Author

A good test case would be the example in #14

@fccoelho
Copy link
Collaborator

@maxbiostat
if you can put more informaton about the model is this issue or point to it in the manuscript . I can try to implement a sampler using the NUTS sampler in PyMC3

@maxbiostat
Copy link
Owner Author

See #14 and the link within for the structure of the model. Coincidently I also used Stan to do the parameter estimation for that model, because the differential equation happens to have an analytic solution. Take a look and tell me what you think. I plan on start writing the dynamic model section of the manuscript soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants