/Bayesball

Bayesball: Bayesian analysis of batting average

Primary LanguageJupyter Notebook

Bayesball: Bayesian analysis of batting average

Attached Jupyter Notebook is the Bayesian analysis of batting average I implemented as a part of my blog post. Accompanying blog posts can be found from my Medium account: https://medium.com/@rickykim78

Below implementations can be found in the attached notebook.

Bayesian analysis using random sampling and filtering

Bayesian analysis with Pymc3

prerequisite: Pymc3

pip install git+https://github.com/pymc-devs/pymc3