Normal 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.
Normal distribution
Random variables and distributions
The normal distribution is a continuous bell-shaped model in which probability is area under a curve fixed entirely by the mean and the standard deviation.
A normal distribution is a continuous model written : a density curve, symmetric about its mean (mu), single-peaked, and spread out by its standard deviation (sigma). Two numbers fix the whole curve. Probability is area underneath it, the total area is exactly 1, and half of that area sits on each side of . Because the area over a single point is zero, every normal question is really a question about an interval.
Suppose adult male heights are approximately in inches. To find the share above 72 inches, standardize: . The area to the left of is 0.8577, so about 0.142, roughly 14 percent, are taller than 72 inches. The same curve puts about 71.6 percent of men between 66 and 72 inches.
The claim that ruins the most work is "the sample is large, so the data are normal." Sample size does not change the shape of the variable being measured. A right-skewed variable such as household income stays right-skewed however many households you collect. What a large sample buys is that the sampling distribution of (x-bar, the sample mean) is close to normal, and that is a statement about the average of a sample, not about the individual values inside it.
A normal curve also runs on forever in both directions, so a normal model always assigns some probability to values the real variable cannot reach, negative heights included. For heights that leftover is far too small to matter. Where the model genuinely fails is shape: strongly skewed, hard-bounded, or clearly bimodal data should not be pushed through a normal calculation, and no amount of extra data repairs that.
The normal distribution is topic 2.11 in Unit 2, Probability, Random Variables, and Probability Distributions. The empirical rule gives the quick version of its areas and the z-table gives the exact ones.
There is a calculus reason the areas have to come from a table or a calculator rather than from an antiderivative. The bell-shaped function has no elementary antiderivative at all, so no amount of algebra produces a formula for the area under it between two bounds. CalcLearn works through that function's behaviour in the limit of e to the minus x squared.
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.