Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 26, 2014
1 parent 664b391 commit 8c32967
Show file tree
Hide file tree
Showing 6 changed files with 617 additions and 815 deletions.
446 changes: 177 additions & 269 deletions Chapter2_MorePyMC/MorePyMC.ipynb

Large diffs are not rendered by default.

315 changes: 184 additions & 131 deletions Chapter3_MCMC/IntroMCMC.ipynb

Large diffs are not rendered by default.

265 changes: 106 additions & 159 deletions Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb

Large diffs are not rendered by default.

178 changes: 60 additions & 118 deletions Chapter5_LossFunctions/LossFunctions.ipynb

Large diffs are not rendered by default.

227 changes: 90 additions & 137 deletions Chapter6_Priorities/Priors.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ this book, though it comes with some dependencies.
- 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`
- 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.
- 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.
- while technically not required, it may help to run the IPython notebook with `ipython notebook --pylab inline` flag if you encounter io errors.
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)).
The contents are updated synchronously as commits are made to the book. You can use the Contents section above to link to the chapters.

Expand Down

0 comments on commit 8c32967

Please sign in to comment.