You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why should this notebook be added to pymc-examples?
The penalized complexity framework creates nice, informative "default" priors for common modeling situations. They're used a lot in INLA, and are mentioned in a few places in Stan's prior choice guide. Some are pretty easy to implement and others are more difficult. There are also PC priors derived for situations where setting picking a prior is tricky (negative binomial overdispersion, student T degrees of freedom, GPs). Right now if users want to implement PC priors, it takes a bit of work to go through the literature and adapt them to how distributions are parameterized in PyMC. This notebook would be a reference where users can understand how to set their hyperparameters and quickly implement them more or less via copy/paste (some should probably be done as an actual distribution like Student-T df since it takes more than a few lines to implement). The goal wont be to describe PC priors in depth or to try to convince people to use them.
Hopefully it will cover (checks where I've got something working, see here):
Penalized Complexity Priors: Recipes for PyMC
Why should this notebook be added to pymc-examples?
The penalized complexity framework creates nice, informative "default" priors for common modeling situations. They're used a lot in INLA, and are mentioned in a few places in Stan's prior choice guide. Some are pretty easy to implement and others are more difficult. There are also PC priors derived for situations where setting picking a prior is tricky (negative binomial overdispersion, student T degrees of freedom, GPs). Right now if users want to implement PC priors, it takes a bit of work to go through the literature and adapt them to how distributions are parameterized in PyMC. This notebook would be a reference where users can understand how to set their hyperparameters and quickly implement them more or less via copy/paste (some should probably be done as an actual distribution like Student-T df since it takes more than a few lines to implement). The goal wont be to describe PC priors in depth or to try to convince people to use them.
Hopefully it will cover (checks where I've got something working, see here):
Suggested categories:
Related Notebooks
Not aware of any
References
The text was updated successfully, but these errors were encountered: