Skip to content

Commit 8c32967

Browse files
finishes #166
1 parent 664b391 commit 8c32967

File tree

6 files changed

+617
-815
lines changed

6 files changed

+617
-815
lines changed

Chapter2_MorePyMC/MorePyMC.ipynb

+177-269
Large diffs are not rendered by default.

Chapter3_MCMC/IntroMCMC.ipynb

+184-131
Large diffs are not rendered by default.

Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb

+106-159
Large diffs are not rendered by default.

Chapter5_LossFunctions/LossFunctions.ipynb

+60-118
Large diffs are not rendered by default.

Chapter6_Priorities/Priors.ipynb

+90-137
Large diffs are not rendered by default.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ this book, though it comes with some dependencies.
9292
- IPython v0.13 (or greater) is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/). IPython notebooks can be run by `(your-virtualenv) ~/path/to/the/book/Chapter1_Introduction $ ipython notebook`
9393
- For Linux users, you should not have a problem installing NumPy, SciPy, Matplotlib and PyMC. For Windows users, check out [pre-compiled versions](http://www.lfd.uci.edu/~gohlke/pythonlibs/) if you have difficulty.
9494
- In the styles/ directory are a number of files (.matplotlirc) that used to make things pretty. These are not only designed for the book, but they offer many improvements over the default settings of matplotlib.
95-
- while technically not required, it may help to run the IPython notebook with `ipython notebook --pylab inline` flag if you encounter io errors.
9695
2. The second, preferred, option is to use the nbviewer.ipython.org site, which display IPython notebooks in the browser ([example](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter1_Introduction/Chapter1_Introduction.ipynb)).
9796
The contents are updated synchronously as commits are made to the book. You can use the Contents section above to link to the chapters.
9897

0 commit comments

Comments
 (0)