Skip to content

Commit f3b20a2

Browse files
readme
1 parent 11ebf60 commit f3b20a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ Contents
3030

3131
* [**Chapter 2: A little more on PyMC**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter2_MorePyMC/MorePyMC.ipynb)
3232
We explore modeling Bayesian problems using Python's PyMC library through examples. How do we create Bayesian models? Examples include:
33-
- Definitive linking between smoking and death.
33+
- Detecting the frequency of cheating students, while avoiding liars.
3434
- Calculating probabilities of space-shuttle disasters.
3535

3636
* [**Chapter 3: Opening the Black Box of MCMC**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter3_MCMC/IntroMCMC.ipynb)
37-
We discuss how MCMC operates and diagnostic tools.
37+
We discuss how MCMC operates and diagnostic tools. Examples include:
38+
- Establishing a definitive link between smoking and death rates
3839

3940
* [**Chapter 4: The Greatest Theorem Never Told**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb)
4041
We explore an incredibly useful, and dangerous, theorem: The Law of Large Numbers. Examples include:

0 commit comments

Comments
 (0)