Skip to content

Files

Latest commit

Jun 4, 2024
fd8df6d · Jun 4, 2024

History

History

BSM

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 14, 2019
May 1, 2022
May 1, 2022
May 1, 2022
May 1, 2022
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
Jan 24, 2021
May 1, 2022
Mar 23, 2022
Mar 23, 2022
Mar 23, 2022
Mar 23, 2022
Mar 23, 2022
Jun 4, 2024
Mar 23, 2022

Bayesian Statistical Methods Python and PyMC

In this repository we port the book's original code to Python and PyMC. We attempt to reproduce the examples as faithfully as possible while expressing them in a Pythonic and PyMConic way.

Display notebooks

Binder

Contributing

All contributions are welcome!

Feel free to send a PR to fix errors, improve the code, or make comments that could help users of this repository and readers of the book.

Installing the dependencies

To install the dependencies to run these notebooks, you can use Anaconda. Once you have installed Anaconda, run:

conda env create -f environment.yml

to install all the dependencies into an isolated environment.

Activate the environment by running:

source activate bsm-pymc

Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License.