You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,12 @@ Contents
30
30
31
31
*[**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)
32
32
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.
34
34
- Calculating probabilities of space-shuttle disasters.
35
35
36
36
*[**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
38
39
39
40
*[**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)
40
41
We explore an incredibly useful, and dangerous, theorem: The Law of Large Numbers. Examples include:
0 commit comments