Null Distribution vs Sampling Distribution
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Null distribution
Hypothesis testing
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.
Sampling distribution
Sampling distributions
A sampling distribution is the distribution of a statistic across all possible samples of the same size drawn from a population.
Three different distributions get called "the distribution" and only one of them is this one. The population distribution holds a value for every individual. The distribution of a sample holds the values in the one sample you actually collected. A sampling distribution is neither: its individuals are entire samples of a fixed size , and the number recorded for each is a statistic computed from it, such as (x-bar) or (p-hat).
Small cases can be written out in full. Take the population 2, 4, 6, 8, with (mu) and (sigma), and draw samples of size 2 with replacement. There are exactly 16 such samples, and their means come out as 2 once, 3 twice, 4 three times, 5 four times, 6 three times, 7 twice, and 8 once. That list is the sampling distribution of . Its mean is 5, matching , and its standard deviation is 1.5811, which is . The population is flat; the sampling distribution is already triangular at .
The misreading is blunt: "the sampling distribution is the distribution of my sample." A histogram of the 40 numbers you collected is a picture of the sample. As grows it comes to look more like the population, skew and all, and it does not narrow. The sampling distribution is the thing that narrows, and describes it rather than your data.
Outside enumerable toy cases you never actually build one. Theory stands in for it, the central limit theorem for means and the binomial for counts, or a simulation approximates it: 10,000 simulated sample means draw a close picture of the sampling distribution without being it.
Topic 2.12 introduces sampling distributions. Every confidence interval and every p-value later in the course is a statement read off one.
One sampling distribution gets reported on the news every month. The US unemployment rate is not a census, it is an estimate from a household survey of about sixty thousand homes, which is why it is revised and why it carries a margin of error at all: the unemployment rate.