Commit Graph

11 Commits

Author SHA1 Message Date
Roger Labbe
23aee4b3ff Altered language of readme file.
Tried to make it clearer that you can click on the link to
immediately start reading online.
2015-01-08 21:39:12 -08:00
Roger Labbe
995bbc4ad2 Added readme to each subdirectory.
Contains link to nbviewer version of the book - allows browsing github
use to immediately start reading the book.
2015-01-08 21:27:16 -08:00
Roger Labbe
7b6acde781 Removed gray background from 538 style.
white background renders better on cheap LCDs, and it will print better as well.
2014-12-22 14:20:42 -08:00
Roger Labbe
8eaa6ee693 Reran for 538 plot formatting.
Ran all notebooks so that all images are properly plotted using
the 538 matplotlib style.
2014-12-22 13:07:31 -08:00
Roger Labbe
fc7c174999 update() and predict() alter in place.
I made the update() and predict() functions alter the belief array
in place rather than returning the value in a new array. I find this
far more readable and less error prone.
2014-12-20 20:56:23 -08:00
Roger Labbe
17b30bc395 Renamed variables to improve understanding.
I used p and pos for the belief in position, which can be a bit
confusing.
2014-12-20 20:33:44 -08:00
Roger Labbe
b7f798ef74 Fixed typo. 2014-12-20 13:55:33 -08:00
Roger Labbe
6ea738ef50 Proofreading changes.
A kind reader suggested these corrections.
2014-12-07 16:30:17 -08:00
Roger Labbe
4755c46714 PEP-8 compliance. 2014-12-01 09:18:41 -08:00
Roger Labbe
3367806b07 Layout changes to make PDF read better.
Mostly just shortening lines of code. There was a SymPy font render issue as well.
2014-11-16 11:24:59 -08:00
Roger Labbe
64691d36a2 Renamed Chapters
Renamed chapters to make them easier to work with from the command line
using tab completion.
2014-09-28 10:40:06 -07:00