statistics

P-value

A p-value is the probability of observing data at least as extreme as your sample, assuming the null hypothesis is true. Small p means evidence against H₀.

本术语中文版本即将上线。下方暂以英文原文展示。

A p-value is the probability — under the assumption that the null hypothesis H0H_0 is true — of observing data at least as extreme as the actual sample. Small p-values mean the observed data would be unlikely if H0H_0 were true, providing evidence against H0H_0.

Convention: reject H0H_0 if p<αp < \alpha (commonly α=0.05\alpha = 0.05). The threshold α\alpha is the Type I error rate you accept.

Common misconceptions (drilled by every stats professor):

  • pp is not "the probability that H0H_0 is true."
  • pp is not "the probability the result is due to chance."
  • A small pp doesn't mean a large effect — only an unlikely-under-H0H_0 effect. With huge samples, trivially small effects become "statistically significant."
  • p>0.05p > 0.05 is not proof that H0H_0 is true — only insufficient evidence to reject it.

The American Statistical Association (2016) explicitly warned against treating p-values as binary "significant / not" decisions; report effect sizes and confidence intervals alongside.