- #1
Agent Smith
- 345
- 36
- TL;DR Summary
- A simple hypothesis testing method that seems to give the wrong result
I have a coin. I flip it a 100 times and see that 70 of the outcomes are heads.
##H_0##: Assume coin is fair i.e. P(heads) = P(tails) = 0.5
##H_a##: The coin is biased (towards heads)
##\alpha = 0.05##
Under ##H_0##, ##\text{p value } = P(70 \text{ heads}) = ^{100}C_{70} \times 0.5^{70} \times 0.5^{30} \approx 0.0000232##
0.0000232 < 0.05
We reject ##H_0## and accept ##H_a##, the coin is biased towards heads.
Correct/incorrect/both/neither?
##H_0##: Assume coin is fair i.e. P(heads) = P(tails) = 0.5
##H_a##: The coin is biased (towards heads)
##\alpha = 0.05##
Under ##H_0##, ##\text{p value } = P(70 \text{ heads}) = ^{100}C_{70} \times 0.5^{70} \times 0.5^{30} \approx 0.0000232##
0.0000232 < 0.05
We reject ##H_0## and accept ##H_a##, the coin is biased towards heads.
Correct/incorrect/both/neither?