From 2edd7ee4ee8b3b95e7a702353f3118f0c22d7547 Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Thu, 17 Oct 2013 09:25:55 -0500 Subject: [PATCH] Added two books in Mathematics section I wasn't sure if Advanced Data Analysis belonged in Datamining or Mathematics, but it seems to focus more on the math side of things --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index fbab8e37..bd590b7d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -268,6 +268,8 @@ * [Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/readings/) * [Category Theory for Computing Science](http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf) (PDF) * [Essentials of Metaheuristics](http://cs.gmu.edu/~sean/book/metaheuristics/) by Sean Luke +* [Advanced Data Analysis from an Elementary Point of View](http://www.stat.cmu.edu/~cshalizi/ADAfaEPoV/) +* [Probability and Statistics Cookbook](http://matthias.vallentin.net/probability-and-statistics-cookbook/) ####Misc * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) -- GitLab