rouseguy/intro2stats

Statistical significance described the other way around

Opened this issue · 0 comments

In the notebook 2 "Warm-up", the following statement is wrong:

Simulation. Run the experiment 100,000 times. Find the percentage of times the experiment returned 24 or more heads. If it is more than 5%, we conclude that the coin is biased.

The statement should be

Simulation. Run the experiment 100,000 times. Find the percentage of times the experiment returned 24 or more heads. If it is less than 5%, we conclude that the coin is biased.

This error was introduced by commit 1c3c897