Statistics · Statistical sampling
1 / 13
Random sampling — simple, systematic and stratified
The three sampling methods that use chance: simple random sampling (every sample equally likely), systematic sampling (every kth unit after a random start), and stratified sampling (proportional allocation across groups), with how to carry each out and the advantages and drawbacks that examiners ask for.
Statistics · Statistical sampling
Random sampling — simple, systematic and stratified
The three sampling methods that use chance: simple random sampling (every sample equally likely), systematic sampling (every kth unit after a random start), and stratified sampling (proportional allocation across groups), with how to carry each out and the advantages and drawbacks that examiners ask for.
Why it works
A sampling method is random when chance — not a person's choice — decides who's in the sample. That's what lets you argue a sample is unbiased. There are three on the AS course, and the exam wants you to carry each one out, *recognise it from a description, and state an advantage or disadvantage*.Simple random sampling. Every possible sample of size is equally likely, so every sampling unit has the same chance of being chosen. To do it you need a sampling frame: number every unit , then pick different numbers using a random source (a random number generator, random number tables, or drawing numbered tickets from a hat). Ignore repeats and any number outside –.
- Advantages: free of bias; every unit equally likely; simple when is small.
- Disadvantages: you must have a full sampling frame (a complete list), and it
Systematic sampling. Choose units at a regular interval down an ordered list. The interval is and the start is a randomly chosen number between and . From there you take every th unit. For example, , gives : pick a random start in –, say , then take units
- Advantages: quick and simple, and works well for large populations.
- Disadvantages: you still need an ordered list, and bias creeps in if the list
The random start is what keeps systematic sampling random — without it, the sample is completely determined and it's no longer a random method.
Stratified sampling. When the population splits into distinct non-overlapping groups — strata — such as year groups, genders or shifts, you sample each stratum in proportion to its size. The number taken from a stratum is Within each stratum you then use simple random sampling. Because the sample mirrors the make-up of the population, it represents those groups well.
- Advantages: reflects the population structure, so it's representative of each
- Disadvantages: you must know which stratum each unit is in and the size of each
A quick check: the numbers taken from all the strata should add back up to (round sensibly so they do).