From Sample to Population
Statistics uses a sample (a subset of collected data) to infer properties of a population (the whole group of interest).
| Term | Symbol | Meaning |
|---|---|---|
| Parameter | True population characteristic | |
| Statistic | Sample quantity estimating |
For valid inference, use a random sample where every member is equally likely to be chosen, avoiding bias (systematic error from non-random selection).
Because samples vary, is a random variable. Its sampling distribution has a centre equal to and a spread called the standard error:
Here, is population standard deviation and is sample size. Larger samples yield more precision, but only by a factor of .
The Central Limit Theorem
The Central Limit Theorem (CLT) states that for a sufficiently large sample ( typically), the sampling distribution of the mean is approximately normal, regardless of the population's underlying shape.
| What Changes with CLT | What Does NOT Change |
|---|---|
| Distribution of the sample mean () | The raw data population shape |
| Averages become bell-shaped | Skewed individual data remain skewed |
Common pitfall: Thinking the CLT makes the raw data normal. It only applies to the sampling distribution of the mean. The population shape remains unchanged; only the distribution of the statistic turns normal as grows.