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
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:
- RMarkdown notebook with rstan and rstanarm implementations
- Jupyter notebook and python script with pymc and bambi implementations