Statistical power is the probability that a test correctly detects a real effect.
Errors in hypothesis testing:
| Decision | Reality | Name |
|---|---|---|
| Reject | true | Type I error / false positive |
| Fail to reject | true | Type II error / false negative |
The Type I error rate is controlled by :
The Type II error rate is , so:
Power increases when:
- Sample size increases
- Effect size increases
- Measurement noise decreases
- Significance threshold becomes less strict
Low power is dangerous: a non-significant result may mean "not enough data," not "no effect."
In ML: small benchmark differences often require large test sets to detect reliably. If the test set is small, "model A beats model B by 0.3%" may be noise.
See also: Hypothesis Testing, Sampling Distributions, Evaluation Metrics