Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

what is a good introductory statistics book you can recommend? if there is a whole sequence of books that should be read, please do not hesitate to mention it. Books with applications are also welcome. I am aware that a single search on Amazon (or any other book seller) will provide me tons of titles, but some of them are avoidable...

About my background/knowledge: good knowledge of mathematics and probability theory, but almost null on statistics.

share|improve this question
6  
Take a class. I did, and I got a LOT out of it. – Artelius Sep 12 '09 at 12:17
I'd say the number one thing is to understand the statistical way of thinking, which is often at odds with how humans assume the world works. Once you get that the rest is 'just' math, i.e. you need to learn the methods and how to apply them in all their subtlety. But without a good understanding of the way of thinking, it will all just be mechanics that you don't really understand. – G Gordon Worley III Sep 12 '09 at 12:52
Statistics are basically just applied probability theory (with some sampling methodologies thrown in), so you'll have no trouble. – MusiGenesis Sep 12 '09 at 14:43
What sorts of applications do you have in mind? Statistics is a pretty broad topic. – kpierce8 Dec 8 '09 at 18:06
And next, no dobt, what is a good introductory book on the works of Jane Austen? – anon Mar 30 '10 at 16:00
show 1 more comment

closed as off topic by Amir Afghani, rene, t0mm13b, joran, ρяσѕρєя K Aug 10 '12 at 3:47

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

11 Answers

up vote 6 down vote accepted

The Head-Start books are fantastic ... I am currently reading Head First Statistics.

alt text

share|improve this answer
Interesting. I found the java version of that series to be simply abominable. But then again, I like dense, compact, informative prose, which that is not. – Paul McMillan Sep 12 '09 at 12:43
I've read their Statistics and Design Patterns book ... My "fantastic" is based on those books ... maybe a little overboard! =) – mattruma Sep 12 '09 at 13:23
1  
The "Head First" series is apparently the publishing world's equivalent of "Headset Hotties" (headsethotties.com). Talk about misleading covers ... – MusiGenesis Sep 12 '09 at 14:40
1  
@Paul: you probably just didn't like the girl on the cover of the Java book. :) – MusiGenesis Sep 12 '09 at 14:44
1  
@Paul: Aha! It wasn't even a girl on the cover (oreilly.com/catalog/9780596009205) - I think that explains it. :) – MusiGenesis Sep 12 '09 at 14:48
show 3 more comments

Statistics Without Tears is a pretty standard textbook for social scientists:

alt text

Although because of your math background you may prefer the version with tears, sometimes textbooks targeted at non-mathematicians actually do a better job of explaining the fundamental concepts involved, because the author can't just spit out a formula as a substitute for a well-thought-out discussion.

share|improve this answer

The Cartoon Guide to Statistics by Gonick, et. al is quite good. Even if the format gets on your nerves, it's a quick read, and will make the terminology familiar - afterward, when you want to learn more, you'll know what terms to search with. Other books such as The Drunkard's Walk and The Lady Tasting Tea, while less strictly mathematical, approach the big ideas from a less abstract direction.

share|improve this answer

I'll suggest Introductory Statistics with R by John Verzani. This book is intended as anintroductory book combined with examples for the R stats environment. Based on your stated background and the fact your asking on SO, an example guided tutorial with code may give you the most bang for your mental buck.

share|improve this answer

All of Statistics

This book is mainly for CS students to quickly grab some statistics.

alt text

share|improve this answer

I don't recommend the Head First series. I find the silliness distracting. If you want a good introductory book, use one that is used in college introductory statistics classes. My class was geared towards engineers and used "Engineering Statistics, 3rd Edition" by Montgomery, Runger and Hubele. You could take a class if you want, or you find a tutor to teach you. Having your own tutor would probably be the cheapest way to go, because you could hire a student from a University who had received an A in his or her introductory statics class. Students are usually willing to work for less than professionals.

share|improve this answer

I have an older version of Statistics by Freedman, Pasani, and Purves. It's quite good, although it doesn't have a strong mathematical bent to it.

I've found that it's better at explaining the conceptual aspects than most of the mathematical books. When I've wanted more details on the mathematics, I've found I can usually track it down online (since I know the right question for which to search), so this is now my favorite stats book.

share|improve this answer

Read "The Black Swan" by Nassim Nicholas Taleb before you start seeing everything through the eyes of the gaussian normal distribution, the bell curve.

alt text

(At least as complementary literature, to keep you open minded, I highly recommend it)

share|improve this answer
Thanks. This book is on my bookshelf, not yet read :(. I'm aware that a lot of models are seen as Gaussian-based, and that normal densities is overused, but before understanding the critics, I want to understand stuff being criticized. – lmsasu Sep 12 '09 at 12:56
Learning the basics of the field should come before being introduced to controversy, and Taleb is nothing if not controversial. He works at it. – David Thornley Dec 8 '09 at 18:20
too much b/s in this book. – user126284 Dec 28 '10 at 3:03

'How to Lie with Statistics' is pretty good, though not an in-depth technical introduction. I learned much of what I know about statistics from 'Facts from Figures', which is well written but certainly not a 'modern' book. It is a moderately technical book, but with an emphasis on hand calculations, since pocket calculators, much less personal computers, were still in the dim distant unforeseen future when it was written.

share|improve this answer

When I showed a friend a nice calculus book that I was reading, he mentioned that the same author had a very good statistics book too, so I guess it must be this: Schaums Outline of Statistics.

Once you get pass through the introductory matters, you might find use to this too: NIST Statistics Handbook (it's available for free).

share|improve this answer

If you need a theoretical introduction my recommendation is Applied probability and statistical methods by George C Canavos

Applied probability and statistical methods by George C Canavos

But, it's possible that you need a statistic practic books. Some manual of statistic software is a good way to introduce in a statistic area

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.