Null distribution
By Jude Wallis · Updated
The null distribution is the sampling distribution of a statistic when the null hypothesis is true; a p-value is an area in its tail.
The null distribution is the sampling distribution of a statistic in a world where holds: centered at the value names, with a spread computed under that same assumption. It is not the distribution of the population and not the distribution of the values in your sample. It describes one summary number across every sample of size you might have drawn.
With , (sigma) known to be 15 and , the null distribution of (x-bar) is normal, centered at 100, with standard error . An observed sits standard errors above the center, and the area beyond it, 0.0194, is the one-sided p-value. Change the hypothesized mean and the whole curve slides sideways, while the sample mean you actually observed leaves it exactly where it is.
That last point has a consequence students meet without recognizing it. Testing with , the standard deviation is , built from the hypothesized 0.50 even when the sample gave (p-hat) of 0.60. A confidence interval has no hypothesis to borrow from, so it uses instead and gets . Same data, two denominators, which is one reason an interval and a test can disagree.
A simulated null distribution, the kind a randomization test builds, is a finite pile of reshuffled outcomes rather than a curve, so its p-value moves in steps of 1 divided by the number of trials and shifts a little when you rerun it. A theory-based curve earns its shape only when the conditions hold; without them the p-value is an area under the wrong curve, correct arithmetic and all.
The area this distribution hands back is AP Statistics topic 3.6, p-Values.
Where this comes up
More hypothesis testing terms, or browse the full statistics glossary.