A -value answers a specific question: under the null hypothesis, how surprising is the data we observed (or something more extreme)?
A small -value indicates the observed result would be rare if were true.
What -values are not:
- is not . Inverting the conditional requires Bayes and a prior.
- doesn't mean "true" — it means "significant at the level."
- A non-significant result doesn't prove — absence of evidence is not evidence of absence.
Multiple testing is a real-world hazard. Run independent tests at and you expect false positive even when nothing is going on. Bonferroni controls family-wise error rate, Benjamini–Hochberg controls false discovery rate, and both matter when screening many factors, strategies, or signals.