1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-26 16:37:33 +00:00

Added book to Mathematics section

Introduction to Statistical Thought by Michael Lavine
This commit is contained in:
Thomas Yarnall 2013-10-15 09:22:57 -05:00
parent 0399325dd4
commit a53e554f0d

View File

@ -202,6 +202,7 @@
* [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (code written in Python) - Allen B. Downey
* [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF)
* [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)
* [Introduction to Statistical Thought](http://www.math.umass.edu/~lavine/Book/book.html)
####Misc
* [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/)