Editing 2400: Statistics

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 23: Line 23:
 
For a simplified example, imagine there are 10&#8239;000 people in the vaccinated group, and each has a 5% chance of catching COVID under the null hypothesis; we expect 500 people to catch COVID. If only 490 catch COVID, the null hypothesis remains plausible, but if just 10 do, the odds are (in Python; see {{w|binomial distribution}}) <code>sum([math.comb(10000, i) * 0.05**i * 0.95**(10000-i) for i in range(0,10)])</code> = 1.5&nbsp;Γ—&nbsp;10<sup>-204</sup>. In other words, it is wildly improbably that an ineffective vaccine would have produced such excellent results. We therefore conclude that the vaccine is not ineffective, and have rejected the null hypothesis.
 
For a simplified example, imagine there are 10&#8239;000 people in the vaccinated group, and each has a 5% chance of catching COVID under the null hypothesis; we expect 500 people to catch COVID. If only 490 catch COVID, the null hypothesis remains plausible, but if just 10 do, the odds are (in Python; see {{w|binomial distribution}}) <code>sum([math.comb(10000, i) * 0.05**i * 0.95**(10000-i) for i in range(0,10)])</code> = 1.5&nbsp;Γ—&nbsp;10<sup>-204</sup>. In other words, it is wildly improbably that an ineffective vaccine would have produced such excellent results. We therefore conclude that the vaccine is not ineffective, and have rejected the null hypothesis.
  
βˆ’
Most people however, on seeing the raw results, would have concluded that the vaccine worked and statistics were just a formality. As the title text says, they would have "reject[ed] the null hypothesis based on the 'hot damn, check out this chart' test."
+
Most people however, on seeing the raw results, would have concluded that the vaccine worked and statistics were just a formality. As the title test says, they would have "reject[ed] the null hypothesis based on the 'hot damn, check out this chart' test."
  
 
==Transcript==
 
==Transcript==

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)