8000 BookCode_Edition1/README.md at uemn · BayesianModelingandComputationInPython/BookCode_Edition1 · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.08 KB

File metadata and controls

55 lines (38 loc) · 2.08 KB

Bayesian Modeling and Computation in Python

Open access and Code

This repository contains the open-access version of the text and the code examples in the book. All of this can be more easily viewed at www.bayesiancomputationbook.com

See a mistake?

If you see any issues please create an issue on the issue tracker

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

More instructions to come soon

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},
}

Donation

This book is only possible because of 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.

0