I’m not very good at maths, so I didn’t understand the whole post. However, does the size of the whole population affect the “3/n” thing? For example, if I’ve read 200 pages of a 201 page book and not discovered a typo the chances are 3/200 if I’ve understand the post correctly. If the book has 20000 pages, is the probability still 3/200?
N is the sample size that you’ve sampled already in your observation. If you’ve sampled all the pages, then we are talking about certainty which this wouldn’t apply.
Estimating the chances of something that hasn’t happened yet
11–20 of 155 posts
Re: Estimating the chances of something that hasn’t happened yet
#12Earlier quoted context omitted.
In my example, there’s either 1 page or 19800 pages left. But the post suggests the probability of a typo is the same in both cases.
It's the probability of finding a typo on a page, not the remainder of the book.
Re: Estimating the chances of something that hasn’t happened yet
#13I’m not very good at maths, so I didn’t understand the whole post. However, does the size of the whole population affect the “3/n” thing? For example, if I’ve read 200 pages of a 201 page book and not discovered a typo the chances are 3/200 if I’ve understand the post correctly. If the book has 20000 pages, is the probability still 3/200?
Re: Estimating the chances of something that hasn’t happened yet
#14If you were to randomly read 20 pages in a book and find no typos, 15% probability makes more sense.
It's understandable to not mention this in a short blog post about the rule of three, but never forget that when you're interpreting statistics...how you build your sample matters.
Re: Estimating the chances of something that hasn’t happened yet
#15Re: Estimating the chances of something that hasn’t happened yet
#16I’m not very good at maths, so I didn’t understand the whole post. However, does the size of the whole population affect the “3/n” thing? For example, if I’ve read 200 pages of a 201 page book and not discovered a typo the chances are 3/200 if I’ve understand the post correctly. If the book has 20000 pages, is the probability still 3/200?
So after reading 20 pages with no errors and having no other information the odds of finding an error on the next page are no more than 1/60. If you have 19,800 more pages left you'd expect to find no more than about 330 errors.
Re: Estimating the chances of something that hasn’t happened yet
#17Interesting: the frequentist derivation is using the logarithm, while the Bayesian one, the exponent.
1 - exp(-3) ≈ 0.95
Can be rewritten as: -3 ≈ log(1 - 0.95)Re: Estimating the chances of something that hasn’t happened yet
#18The given example of typos on page kind of highlights the fact that more sophisticated math involving a prior might give better results in some cases.
The beta(1, N+1) prior is an assumption that you start with the a priori knowledge that a typo rate of 1% and a typo rate of 99% are equally as likely as each other.
Most people would assume that books don't have typos on most pages and a 99% typo rate is unlikely.
However as your sample gets bigger the prior matters less and less so this rule is still useful.
Just know that it is reasonable to bias the results a bit according to your prior when N is small.
Re: Estimating the chances of something that hasn’t happened yet
#19I’m not very good at maths, so I didn’t understand the whole post. However, does the size of the whole population affect the “3/n” thing? For example, if I’ve read 200 pages of a 201 page book and not discovered a typo the chances are 3/200 if I’ve understand the post correctly. If the book has 20000 pages, is the probability still 3/200?
1 - (1-3/200)^19800
Which of course is basically 1. The lower bound is 0, the upper bound is almost 1, so the confidence interval is [0, 1). Basically, no information at all. So its much to early to conclude that you're not going to find any typos in the entire book.The best way to state your conclusions is to say "after sampling 200 pages at random, we are 95% confident that the true typo-per-page rate is in the interval 0% - 1.5% or equivalently the total number of typos in the 20,000 page book is between 0 and 300."
Re: Estimating the chances of something that hasn’t happened yet
#20I’m not very good at maths, so I didn’t understand the whole post. However, does the size of the whole population affect the “3/n” thing? For example, if I’ve read 200 pages of a 201 page book and not discovered a typo the chances are 3/200 if I’ve understand the post correctly. If the book has 20000 pages, is the probability still 3/200?
The article is confusing, and the rule doesn't actually have anything to do with the odds of never finding an error. This rule lets you calculate a likely ceiling on the probability of there being an error on the next page, assuming you make some assumptions that nothing tricky is going on. So after reading 20 pages with no errors and having no other information the odds of finding an error on the next page are no mo…
Of course, the comments here suggest that it just makes the whole concept confusing to an audience who should either already know about confidence intervals or be well prepared to learn about them.