Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aloctavodia/doing_bayesian_data_analysis
- Owner: aloctavodia
- Created: 2014-07-04T01:26:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T06:41:40.000Z (over 3 years ago)
- Last Synced: 2024-10-14T20:43:44.110Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 16.2 MB
- Stars: 893
- Watchers: 67
- Forks: 286
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).