Live data from Hacker News

Think Bayes: Bayesian Statistics Made Simple (2012)

greenteapress.com

61–66 of 66 posts

Re: Think Bayes: Bayesian Statistics Made Simple (2012)

#61

For those unclear on the concrete (rather than philosophical) difference between Bayesian and frequentist statistics in the first place, I hope it's not inappropriate for me to share this 5-minute example that I wrote a while back: https://news.ycombinator.com/item?id=11096129

I hope people agree it’s totally appropriate, and appreciated, thank you for reposting it. This is most of the reason I come here, because people show the good will to share bits of knowledge and experience. Then a whole other benefit, is that when people are willing to do this, their contribution might be critiqued or corrected, which can then sharpen or polish your knowledge and thinking even in areas where you mig…

You might want to check out lesswrong.com

I'd recommend https://www.readthesequences.com/ as something to test the waters; if this is your style, then you'll enjoy lesswrong.com .

Re: Think Bayes: Bayesian Statistics Made Simple (2012)

#62
post #47
post #36

Earlier quoted context omitted.

> He memorized pictures and bios of all 90 students in the first year class at Olin College of Engineering. Do you know if he was using spaced repetition to do that? I know some teachers have tried that to speed up learning their students.

I would assume so. I can't imagine how you could accomplish that otherwise without having a photographic memory.

Teachers learn their students eventually, by constant regular exposure (which you could consider to be de facto exploiting the spacing effect), so it doesn't require a herculean memory. Spaced repetition software is just a neat trick to speed the process up.

Re: Think Bayes: Bayesian Statistics Made Simple (2012)

#63

Earlier quoted context omitted.

I can't downvote. The author points out his differences and provides his reasons why. The criticism doesn't add any value to the conversation because it has been addressed already by the author himself.

I disagree. In Python, the PEP8 standard is to use snake case for variables and function names. Classes should appear in this format: ClassName. Downey uses the class style for functions because, according to him, he feels it would be too inconvenient to do it the right way. This is a lazy cop-out. If you're writing a book targeting the Python community you should adhere to the Python PEP8 standards out of respect fo…

This comment is in such perfect harmony with https://www.cia.gov/news-information/featured-story-archive/...

Small mercies that Python community does not speak this.

Re: Think Bayes: Bayesian Statistics Made Simple (2012)

#64

Earlier quoted context omitted.

The book you mentioned is available at http://www.utstat.toronto.edu/mikevans/jeffrosenthal/

May also want to take a look at: "Introduction to Statistics and Probability using R" https://cran.r-project.org/web/packages/IPSUR/vignettes/IPSU... R has builtin functions for most of your needs. You can get a lot done with very few code.

[deleted]

Re: Think Bayes: Bayesian Statistics Made Simple (2012)

#65

Earlier quoted context omitted.

You write that the frequentist doesn't answer the question, but it does. It answers P(H') = (H/H+T)^H' You also write that the frequentist solution fails to give an error estimate, yet you don't show that the Bayesian solution does give one. If the goal of the article is to show that Bayesian is more correct than frequentist then it leaves the reader unconvinced. If the goal is to show 3 ways of finding a probability…

> You write that the frequentist doesn't answer the question, but it does. It answers > P(H') = (H/H+T)^H' That's not the probability of getting H' heads in a row. It's an estimate of the probability of getting H' heads in a row based on a Maximum Likelihood estimation. It doesn't make much sense if you take it to be the probability of getting H' heads in a row. For example, if {H=1, T=0}, then P(H'=100) = 1. You loo…

> That's not the probability of getting H' heads in a row. It's an estimate of the probability

Well, the true probability is unknown. You might assume a fair coin and do some Bayes rules, but how is that a guarantee of anything?

Re: Think Bayes: Bayesian Statistics Made Simple (2012)

#66

Earlier quoted context omitted.

> You write that the frequentist doesn't answer the question, but it does. It answers > P(H') = (H/H+T)^H' That's not the probability of getting H' heads in a row. It's an estimate of the probability of getting H' heads in a row based on a Maximum Likelihood estimation. It doesn't make much sense if you take it to be the probability of getting H' heads in a row. For example, if {H=1, T=0}, then P(H'=100) = 1. You loo…

> That's not the probability of getting H' heads in a row. It's an estimate of the probability Well, the true probability is unknown. You might assume a fair coin and do some Bayes rules, but how is that a guarantee of anything?

> You might assume a fair coin and do some Bayes rules

Huh? Read the post, no one is assuming a fair coin.

Post reply on HN