Contribute Media
A thank you to everyone who makes this possible: Read More

Bayesian statistics made simple

Translations: en

Summary

An introduction to Bayesian statistics using Python. Bayesian statistics are usually presented mathematically, but many of the ideas are easier to understand computationally. People who know some Python have a head start.

We will use material from Think Stats: Probability and Statistics for Programmers (O’Reilly Media), and Think Bayes, a work in progress at http://thinkbayes.com.

Details

Improve this page