sampling() — Sampling distribution

Shows how close a sample average usually lands to the true average.

x̄ ~ N(μ, (σ/√n)²)

Key idea

Definition

the sample mean (varies sample to sample)
the true population mean
the population standard deviation
the sample size
standard error — spread of the sample mean

In plain words

Ask 5 kids their height and average it — your answer wobbles. Ask 100 kids and the average barely moves. Bigger groups give steadier answers.

Where you'd use it

Worked example 10

Heights with spread σ = 10. Averaging n = 25 visitors, the sample average usually lands within about 4 cm of the true mean.

Frequently asked questions

How big a sample do I need?
Error shrinks like 1/√n, so quadrupling n halves the error. Population size barely matters.
Does a bigger sample fix bias?
No — bias from a bad sampling method doesn’t shrink with more data.