Tested tool guide
Tested browser tools
Checked August 16, 2026
What Sampling Distribution Explorer does, with a checked example
One sample mean is a single noisy number; a thousand of them tell a full story. This tool lets you define a population (distribution shape and parameters), then repeatedly draws samples of a chosen size, computes the mean, proportion, or variance of each, and animates the growing histogram of those statistics: the sampling distribution. A theoretical curve is overlaid for comparison. The most common confusion: the spread of this histogram depends on the sample size, not on how many samples you draw.
Worked example
A concrete input and expected output from the current implementation.
Input
Skewed population, mean 50, SD 10; statistic: sample mean; sample size 25; draw 1,000 samples
->
Expected output
A histogram of 1,000 sample means that is already roughly bell-shaped even though the population is skewed. It centers near 50, and its spread runs close to 2, matching the standard error 10/sqrt(25) = 10/5 = 2; the normal overlay with mean 50 and SD 2 tracks the histogram.
Each sample mean lands near the population mean with spread sigma/sqrt(n), and here sigma/sqrt(n) = 10/5 = 2. With n = 25, the central limit theorem has already made the distribution of means approximately normal even though the population is not.