Ask YC: Best book to learns statistics?
The limiting reagent in a few projects I'm working on (or would like to work on) seems to be my knowledge of statistics/probability.
Ideally, I'd like something along the lines of Spivak's Calculus on Manifolds that could teach me from the ground up.
I have a fairly strong math background in general, but I've just never learned much stats/probability beyond the basics.
I'd appreciate any suggestions - there just seems to be so much cruft out there that teaches just enough to regurgitate for exams. I'm all for abstraction, but I rather dislike fundamental theorems being presented fully formed with no explanation/justification.
19 comments
[ 5.6 ms ] story [ 53.1 ms ] threadI still haven't come across an equivalent book on statistics. If anyone knows a good book, I'd be very grateful if they'd post the details
Karatzas and Shreve "Brownian Motion and Stochastic Calculus" is also a popular book among quants.
http://www.statsoft.com/textbook/stathome.html
http://www.autonlab.org/tutorials/
For theoretical statistics, justifying why you'd use one method versus another, the graduate level classic is Cassela and Berger, Statistical Inference. This teaches you to design your own tests and compare Bayesian vs. frequentist methods and interpret the paradoxes - and is full of beautiful explanations - but it's not a bag of tricks.
Applied statistics book tend to be more specialized. There's plenty of cookbooks with statements like "and then you should do this regression and compare the p-value to 5%," but that's not what you want. Any of several books with titles like Applied Regression Analysis or Multivariate Statistical Analysis will be at a more substantial level. After that there are specialist topics - experiment design, survival analysis, heavy tailed distributions, robust statistics, multi-level modeling, asymptotics. Statisticians get involved in a lot of areas, from quality control in manufacturing to clinical trial design to economic forecasting to genetics, so there's a lot of overlap with other fields in the academic literature.
Econometric Analysis by Greene is the economists' favorite stats book, and is very self-contained, covering everything from computational tricks for Monte Carlo simulations top some very modern multivariate methods.
As a computer scientist/hacker, your natural starting point is Bishop. Pattern recognition and Machine Learning or perhaps http://www.ai.mit.edu/courses/6.867-f03/lectures.html
I've heard machine learning defined as the application of statistical methods to engineering; people with statistics degrees grumble that CS/machine learning types learn to do what's computationally feasible and not properly justify their methods, doing the sort of analysis you'd see in Casella and Berger.
In terms of software, a lot of statistical computing in the open source world now gets done on R platform. For modern computationally intensive methods like MCMC (Markov Chain Monte Carlo) the program BUGS/WinBUGS is a standard.
Also, http://videolectures.net/ has a whole lot of lectures (mostly from the Machine Learning perspective), starting with intro to probability and going right up to modern research.
Another classic is The Use and Abuse of Statistics by W.J. Reichmann. The treatment is not nearly as formal, but it is still a worthwhile read.
http://www.zedshaw.com/rants/programmer_stats.html
http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Compute...
I have a math degree but didn't study any statistics. I used this book to teach myself. There may be more comprehensive books but this one is the best for learning the basics on your own.
is an excellent introduction to the subject
http://en.wikipedia.org/wiki/Athanasios_Papoulis
http://books.google.co.in/books?as_auth=Athanaszaios+Papouli...
http://www.stat.cmu.edu/~larry/all-of-statistics/index.html
Feller is a lot of fun, but a very strange suggestion for someone who apparently just wants to learn some statistics and get to work. Feller is for, like, reading by the fireplace with a glass of wine.