ryancahildebrandt/probs
Bayesian modeling quick reference for pymc, bambi, rstan, and rstanarm
Jupyter Notebook
0
0
Probabilistic Modeling Quick Reference #
Using pymc, bambi, rstan, and rstanarm #
Purpose #
This project serves as a consolidated quick reference for sampling common probabilistic models in python and R. Many bayesian modeling techniques can be difficult to set up if you’re not doing them on a regular basis, and my hope is that having a couple templates set up in an approachable and ready to run format will make them more approachable in my day to day work
Dataset & Libraries #
The dataset used for the current project was pulled from the following:
And the examples provided here were adapted from the documentation of the following modeling frameworks:
Outputs #
- RMarkdown notebook with rstan and rstanarm implementations
- Jupyter notebook and python script with pymc and bambi implementations