Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 3.67 KB

welcome.md

File metadata and controls

76 lines (55 loc) · 3.67 KB

Welcome

Welcome to the online version Bayesian Modeling and Computation in Python. If you'd like a physical copy it can purchased from the publisher here or on Amazon.

---
height: 400px
name: Book Cover
---

This site contains an online version of the book and all the code used to produce the book. This includes the visible code, and all code used to generate figures, tables, etc.

For the most up-to-date code please check the folder [notebooks_updated](https://github.com/BayesianModelingandComputationInPython/BookCode_Edition1/tree/main/notebooks_updated). This code is updated to work with the latest versions of the libraries used in the book, which means that some of the code will be different from the one in the book.

Citation

If you use the online or printed versions of this book in your own work, please cite us using

Martin Osvaldo A, Kumar Ravin; Lao Junpeng Bayesian Modeling and Computation in Python Boca Ratón, 2021. ISBN 978-0-367-89436-8

Here is the citation in BibTeX format

@book{BMCP2021,
  title = {{Bayesian Modeling and Computation in Python}},
  author = {Martin, Osvaldo A. and Kumar, Ravin and Lao, Junpeng},
  year = {2021},
  month = dec,
  address = {{Boca Raton}},
  isbn = {978-0-367-89436-8},
}

See a mistake?

File an issue if you notice anything broken so we can fix it.

Environment installation

To run the code you will need to install the correct packages in a computational environment. We have provided instructions below for common options.

Conda

conda env create -f environment.yml
conda activate bmcp

Colab

The book code can also be run using Google Colab. https://colab.research.google.com

Donation

This book is only possible because open source contributors working on the projects we used. If you like this book we encourage you to make a donation to ArviZ or PyMC.

License

:alt: by-nc-sa
:width: 150px
:align: center

This book is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except for the code (including the code blocks and jupyter notebooks) which are licensed under the GNU GENERAL PUBLIC LICENSE Version 2.