From a53e554f0dc3f58926d07ed6cf88f23f8479da41 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Tue, 15 Oct 2013 09:22:57 -0500 Subject: [PATCH] Added book to Mathematics section Introduction to Statistical Thought by Michael Lavine --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index adf7245c..cf7ba687 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -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/) -- GitLab