P-Value Formula
The Formula
When to use: The p-value answers: 'If nothing special is going on (H_0 is true), how surprising is my data?' A tiny p-value means the data would be very rare under H_0, so maybe H_0 is wrong. Think of it like this: you flip a coin 100 times and get 92 heads. If the coin is fair, the chance of that happening is astronomically small (tiny p-value)βso you'd conclude the coin is probably not fair.
Quick Example
Notation
What This Formula Means
The probability of observing a test statistic at least as extreme as the one computed from the sample data, assuming the null hypothesis H_0 is true.
The p-value answers: 'If nothing special is going on (H_0 is true), how surprising is my data?' A tiny p-value means the data would be very rare under H_0, so maybe H_0 is wrong. Think of it like this: you flip a coin 100 times and get 92 heads. If the coin is fair, the chance of that happening is astronomically small (tiny p-value)βso you'd conclude the coin is probably not fair.
Formal View
Worked Examples
Example 1
mediumSolution
- 1 Two-tailed p-value: p = 2 \times P(Z > 2.3) = 2 \times (1 - 0.9893) = 2 \times 0.0107 = 0.0214
- 2 At \alpha=0.05: p=0.0214 < 0.05 β Reject H_0 (result is statistically significant)
- 3 At \alpha=0.01: p=0.0214 > 0.01 β Fail to reject H_0 (result is not significant at 1% level)
- 4 Interpretation: there's a 2.14% probability of getting a test statistic at least as extreme as 2.3 if H_0 is true
Answer
Example 2
hardCommon Mistakes
- Interpreting the p-value as the probability that the null hypothesis is trueβit's a probability about the data given H_0, not about H_0 given the data.
- Treating p = 0.049 as fundamentally different from p = 0.051βthe \alpha = 0.05 threshold is a convention, not a magic boundary.
- Believing a large p-value proves H_0 is trueβit only means the data are consistent with H_0, not that H_0 is correct.
Why This Formula Matters
P-values are the most widely used measure of statistical evidence in science, medicine, and business. Understanding what they actually mean (and don't mean) is critical for interpreting research correctly.
Frequently Asked Questions
What is the P-Value formula?
The probability of observing a test statistic at least as extreme as the one computed from the sample data, assuming the null hypothesis H_0 is true.
How do you use the P-Value formula?
The p-value answers: 'If nothing special is going on (H_0 is true), how surprising is my data?' A tiny p-value means the data would be very rare under H_0, so maybe H_0 is wrong. Think of it like this: you flip a coin 100 times and get 92 heads. If the coin is fair, the chance of that happening is astronomically small (tiny p-value)βso you'd conclude the coin is probably not fair.
What do the symbols mean in the P-Value formula?
If p-value < \alpha, reject H_0. If p-value \geq \alpha, fail to reject H_0.
Why is the P-Value formula important in Math?
P-values are the most widely used measure of statistical evidence in science, medicine, and business. Understanding what they actually mean (and don't mean) is critical for interpreting research correctly.
What do students get wrong about P-Value?
A p-value of 0.03 does NOT mean 'there's a 3\% chance H_0 is true.' It means 'if H_0 were true, there's a 3\% chance of seeing data this extreme.'
What should I learn before the P-Value formula?
Before studying the P-Value formula, you should understand: hypothesis testing, probability.