In statistics, we rarely have access to an entire population, so we draw a random sample of size and use it to make inferences. For a sample to be useful, every member of the population must have an equal chance of being selected; a biased sample (e.g. convenience sampling) can produce estimates that are systematically wrong.
What you need to know
- A random sample consists of independent, identically distributed observations from a population with mean and variance .
- The sample mean is itself a random variable with and .
- If the population is normally distributed, then exactly for any .
- By the Central Limit Theorem (CLT), if is large (typically ), then is approximately normal even when the population distribution is unknown or non-normal.
- To standardise: (exactly or approximately as appropriate).
- Unbiased estimates from a sample: population mean estimated by ; population variance estimated by (divisor , not ).
Worked example 1 — exact normal population
The mass of a bag of rice is normally distributed with mean 1.02 kg and standard deviation 0.04 kg. A random sample of 16 bags is selected. Find the probability that the sample mean mass exceeds 1.03 kg.
The population is normal, so the result is exact:
Standardise:
Answer: 0.159 (3 s.f.)
Worked example 2 — CLT for a non-normal population
The number of minutes a student spends on social media per day follows an unknown distribution with mean 95 and variance 225. A random sample of 50 students is taken. Find the probability that the sample mean exceeds 100 minutes.
Since is large, by the CLT:
Answer: 0.00921 (3 s.f.)
Worked example 3 — unbiased estimates
A random sample of 8 observations of a variable gives and . Find unbiased estimates of the population mean and variance.
Answer: unbiased estimate of mean ; unbiased estimate of variance .
Common mistakes
- Using divisor instead of when computing the unbiased sample variance — this gives a biased estimate and is wrong in exam questions that ask for an “unbiased estimate”.
- Forgetting to divide by when writing the distribution of — a common slip is writing instead of .
- Applying the exact normal result when the population is not stated to be normal and is small — the CLT only justifies approximate normality for large .
- Confusing the standard deviation of (i.e. ) with the population standard deviation when standardising.