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

https://github.com/nagasaki45/dbdapy

Following "Doing Bayesian Data Analysis", in python
https://github.com/nagasaki45/dbdapy

bayesian-data-analysis data-science pymc3

Last synced: 8 months ago
JSON representation

Following "Doing Bayesian Data Analysis", in python

Awesome Lists containing this project

README

          

# Following "Doing Bayesian Data Analysis", in python

Python solutions to the exercises of Doing Bayesian Data Analysis, 2nd Edition, by J. L. Kruschke.

## Why?

- This is not a translation of R code to python (as the other resources mentioned below). I try to keep the code pythonic, and use the best available tools.
- It's all in ipython notebook format, with figures and stuff, for better learning experience.
- [My thoughts about the code provided with the book](http://blog.tomgurion.me/writing-a-programming-book-dont-compose-an-utility-library.html).

## More resources

- [erikson84's BayesDataAnalysisWithPyMC](https://github.com/erikson84/BayesDataAnalysisWithPyMC)
- [aloctavodia's Doing_bayesian_data_analysis](https://github.com/aloctavodia/Doing_bayesian_data_analysis)