Live data from Hacker News

Ask HN: What are your favorite statistics and probability textbooks?

news.ycombinator.com

61–70 of 87 posts

Re: Ask HN: What are your favorite statistics and probability textbooks?

#61
I've been watching this series recently. It's got quite a bit of statistics, mixed with some code and real world applications. It's certainly refreshed my memory on some things; some of them I'm not sure I really appreciated first time round.

https://youtu.be/C1lhuz6pZC0

It's probably not as rigourous as you mention in your edit but I'll leave it here in case someone else is drawn to the title.

Re: Ask HN: What are your favorite statistics and probability textbooks?

#62
post #43

How I learned: Early in my career, I was around DC doing mostly work in applied math and computing for US national security. No joke -- constantly the work was heavily probability, statistics, and stochastic processes. I had a good ugrad math major but no courses in any of those three subjects. So I was thrown into the deep end of the pool and was constantly struggling to understand. I did pick up a good overview and…

Errata: The expression

E[(Y - f(X))]^2

of course, and as later in the derivation, should read

E[(Y - f(X))^2]

I'll have to advise my typist to do better in the future!!!

Re: Ask HN: What are your favorite statistics and probability textbooks?

#63
With your background it's unclear if you want to statistics or mathematical statistics style book.

These are two very different approaches. Mathematical statistics goes trough measure theoretic probability, it connects statistics and mathematic and unifies the discrete and the continuous cases into a coherent whole.

Examples of both

- All of Statistics: A Concise Course in Statistical Inference by Wasserman

- Mathematical Methods of Statistics by Cramer

Re: Ask HN: What are your favorite statistics and probability textbooks?

#66
I found Wilcox's "Fundamentals of Modern Statistical Methods" extremely interesting: it explains the pros and cons of classical statistics with means and standard deviations. And all of this list carefully explained through examples and real-world cases.

Re: Ask HN: What are your favorite statistics and probability textbooks?

#67
post #56

Statistics by Freedman et al. All exercises use real data as cases, I learned a lot more from them! https://www.amazon.com/Statistics-4th-David-Freedman/dp/0393...

The sequel to this book -- Statistical Models: Theory and Practice -- and it's accompanying (well, this is how I was encouraged to read them) text -- Statistical Models and Causal Inference: A Dialogue with Social Sciences -- are excellent for intuition building and accumulating a number of examples for personal reference.

Re: Ask HN: What are your favorite statistics and probability textbooks?

#68
post #67
post #56

Statistics by Freedman et al. All exercises use real data as cases, I learned a lot more from them! https://www.amazon.com/Statistics-4th-David-Freedman/dp/0393...

The sequel to this book -- Statistical Models: Theory and Practice -- and it's accompanying (well, this is how I was encouraged to read them) text -- Statistical Models and Causal Inference: A Dialogue with Social Sciences -- are excellent for intuition building and accumulating a number of examples for personal reference.

Wow, I didn't know there was a sequel, oh what a pleasant surprise!

Statistics already had a lot of useful random trivia and left me with an impression that this is how a good student's resource should look like (my university had a really bad stats course so I had to learn stats myself).

But now you say there is more? Thank you random internet stranger!

Re: Ask HN: What are your favorite statistics and probability textbooks?

#69
Ronald Meesters book A natural introduction to probability is pretty good. i had it as an introductory probability theory text as an undergrad. its not too long and leaves you with a pretty good intuition of 'basic' probability theory. it does prove things but is not based on measure theory. id recommend searching for it as those big textbooks everyone is using are generally worse.

Re: Ask HN: What are your favorite statistics and probability textbooks?

#70
For probability, you need measure theory first. That's also when discrete and continuous methods unify, so it's an amazing edifice.

Statistics has four major branches: inference, exploratory data analysis, experimental design, and visualization.

Your question is probably mostly asking about inference. I like the first few chapters of Kiefer's book to get the context of decision theory. Then you're going to have to wander far and wide, but there have been some good recommendations. Since you're digging into Dedekind on the side, you might like to go back to some of the classics here as well: Wald's "Statistical Decision Functions" and Savage's "Foundations of Statistics."

For exploratory data analysis, Tukey's book "Exploratory Data Analysis" remains the place to start, if you can find a copy that doesn't cost a fortune. Casella wrote a book on experimental design that's solid. For visualizations Wilkinson's "Grammar of Graphics" and Tufte's books are the usual recommendations.

Post reply on HN