Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aloctavodia/doing_bayesian_data_analysis

Python/PyMC3 versions of the programs described in Doing bayesian data analysis by John K. Kruschke
https://github.com/aloctavodia/doing_bayesian_data_analysis

Last synced: 2 days ago
JSON representation

Python/PyMC3 versions of the programs described in Doing bayesian data analysis by John K. Kruschke

Awesome Lists containing this project

README

        

Doing_bayesian_data_analysis
============================

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aloctavodia/Doing_bayesian_data_analysis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This repository contains the Python version of the R programs described in the great book [Doing bayesian data analysis (first edition)](http://doingbayesiandataanalysis.blogspot.com.ar) by John K. Kruschke (AKA *the puppy book*).

All the code is adapted from the Kruschke's book, except hpd.py that is taken (without modifications) from the PyMC project.

The name of the programs are the same used in the book, except they begin with a number indicating the chapter. All programs are written in Python and instead of BUGS/JAGS the [PyMC3](http://pymc-devs.github.io/pymc3) module is used.

Thanks to [Brian Naughton](https://github.com/hgbrian) the code is also available as an [IPython notebook](http://nbviewer.ipython.org/github/aloctavodia/Doing_bayesian_data_analysis/blob/master/IPython/Kruschkes_Doing_Bayesian_Data_Analysis_in_PyMC3.ipynb)

## Second edition

If you are interested on the PyMC3 code for the second edition of Doing bayesian data analysis, please check this [Repository](https://github.com/JWarmenhoven/DBDA-python).