Bayesian Data Science by Simulation (SciPy 2021)
Bayesian Data Science by Simulation
This introduces tutorial participants on how to use a probabilistic programming language, PyMC3, to perform a variety of statistical inference tasks. We will use hands-on instruction working on real-world examples (which have been simplified for pedagogical purposes) to show you how to do parameter estimation and inference, with a specific focus on building towards generalized Bayesian A/B/C/D/E… testing, a.k.a. multi-group experimental comparison, hierarchical modelling, and arbitrary curve regression.
bayesian
simulation
data science
The tutorial material is available at https://github.com/ericmjl/bayesian-stats-modelling-tutorial.
Tutorial participants should be familiar with the NumPy API, as well as matplotlib for plotting. They should feel comfortable operating in a Jupyter environment. Binder is available as a backup compute option for participants.