Quant GT
Browse all lessons
Section 8 · Lesson 8.3

p-values and Statistical Decisions

How surprising is the data under the null?

A pp-value answers a specific question: under the null hypothesis, how surprising is the data we observed (or something more extreme)?

p=P(test statistic at least as extreme as observedH0)p = P(\text{test statistic at least as extreme as observed} \mid H_0)

A small pp-value indicates the observed result would be rare if H0H_0 were true.

What pp-values are not:

pp is not P(H0data)P(H_0 \mid \text{data}). Inverting the conditional requires Bayes and a prior.p<0.05p < 0.05 doesn't mean "true" — it means "significant at the 5%5\% level."A non-significant result doesn't prove H0H_0 — absence of evidence is not evidence of absence.

Multiple testing is a real-world hazard. Run 2020 independent tests at α=0.05\alpha = 0.05 and you expect 11 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.