Skip to content

Populations, samples and sampling methods

Sampling determines what a statistical investigation can legitimately conclude. A large sample collected badly may be less useful than a smaller sample selected carefully. Calculations cannot remove bias already built into the data collection.

You should be able to:

  • calculate fractions and percentages;
  • round to the nearest integer;
  • interpret probability as a measure from 00 to 11;
  • distinguish categorical and numerical variables.

Review GCSE statistics if these ideas are unfamiliar. After this lesson, continue to presenting and interpreting data.

The population is the complete collection of people or items about which information is wanted. A sample is a subset of that population from which data are collected. Each individual person or item that can be selected is a sampling unit.

A census collects data from every member of the population.

These terms depend on the investigation. If a school studies the journey times of its current Year 12 pupils, the population is all current Year 12 pupils at that school. It is not all pupils, all teenagers or all journeys. One pupil is a sampling unit, and the recorded journey time is an observation.

CensusSample
can give information about every population memberusually quicker and cheaper
avoids sampling variationmay permit more detailed measurements
may be expensive or take too longessential when testing destroys the item
may be impossible for a changing, infinite or inaccessible populationresults vary from sample to sample
can still suffer from non response, measurement error and poor questionscan be biased if selection is unrepresentative

A census is not automatically accurate. If many people do not reply, or a faulty instrument is used, observing the whole intended population has not removed the error.

Worked example 1: identify the statistical objects

Section titled “Worked example 1: identify the statistical objects”

A manufacturer wants to estimate the mean lifetime of light bulbs made by one production line during July. It tests 8080 bulbs until they fail.

  • Population: all bulbs made by that production line during July.
  • Sample: the 8080 tested bulbs.
  • Sampling unit: one bulb.
  • Variable: lifetime, a continuous quantitative variable.
  • Why not a census? Lifetime testing destroys the useful life of every tested bulb. Testing all July production would leave nothing to sell and would take too long.

The conclusion should concern July bulbs from that line. It should not automatically be extended to other production lines or months.

A council surveys 300300 households to estimate the proportion of households in the borough that recycle food waste. State the population, sample, sampling unit and parameter of interest.

Answer

The population is all households in the borough. The sample is the 300300 surveyed households. One household is a sampling unit. The parameter is the true population proportion pp of borough households that recycle food waste.

Parameters, statistics and sampling variation

Section titled “Parameters, statistics and sampling variation”

A parameter is a numerical feature of a population. It is fixed, but usually unknown. A statistic is calculated from a sample and is used to estimate a parameter.

Population parameterSample statistic
population mean, μ\musample mean, xˉ\bar{x}
population proportion, ppsample proportion, p^=xn\hat p=\dfrac{x}{n}
population variance, σ2\sigma^2variance calculated from the sample data

Different random samples usually contain different units, so they produce different values of xˉ\bar{x} or p^\hat p. This natural difference is sampling variation. It is not evidence that somebody made a mistake.

Increasing the sample size generally reduces sampling variation, but does not cure systematic bias. Asking 1000010\,000 visitors to a fitness website about weekly exercise could still overestimate exercise in the general population.

In a random sample of 250250 voters, 145145 support a proposal. The sample proportion is

p^=145250=0.58.\hat p=\frac{145}{250}=0.58.

The value 0.580.58 is a statistic. It estimates the unknown population proportion pp of all relevant voters who support the proposal. It does not prove that exactly 58%58\% of the population supports it.

A sampling frame is a numbered or otherwise identifiable list of all sampling units in the population from which a sample can be selected. Examples include a school register, an employee database or a list of serial numbers.

A useful frame should be:

  • complete, with every population unit represented;
  • free from duplicates;
  • current;
  • relevant to the defined population.

If the frame omits part of the population, those units have no chance of selection. This is undercoverage. A telephone directory, for example, excludes households not listed in it and may include obsolete entries.

Not every population has a practical frame. There is no complete list of all fish in a lake or all customers who may enter a shop next month.

In a simple random sample of size nn, every possible group of nn population units has an equal chance of selection. Consequently, each unit has selection probability

P(unit selected)=nN,P(\text{unit selected})=\frac{n}{N},

where NN is the population size.

  1. Obtain a complete sampling frame of the NN units.
  2. Assign each unit a distinct number from 11 to NN.
  3. Use a random number generator or random number table to generate numbers.
  4. Ignore numbers outside the range and repeated numbers.
  5. Continue until nn distinct units have been selected.

Ignoring repeats is important because a sample of people normally selects each person at most once.

A college numbers 8080 students from 0101 to 8080. Reading two digit random numbers gives

17, 84, 03, 17, 60, 00, 41, 92, 28.17,\ 84,\ 03,\ 17,\ 60,\ 00,\ 41,\ 92,\ 28.

For a sample of five:

  • accept 1717;
  • reject 8484 because it is outside 0101 to 8080;
  • accept 0303;
  • reject the second 1717 because it is a repeat;
  • accept 6060;
  • reject 0000;
  • accept 4141;
  • reject 9292;
  • accept 2828.

The sample is 17,03,60,41,2817,03,60,41,28. Selecting the first five numbers shown would not produce five valid distinct students.

Simple random sampling reduces conscious selection bias and supports probability based inference. Its main difficulty is the need for an accurate frame, which may be costly to construct.

A systematic sample selects units at a regular interval from an ordered frame. For population size NN and desired sample size nn, calculate the sampling interval

k=Nn.k=\frac{N}{n}.

When kk is an integer:

  1. choose the first position rr randomly from 1,2,,k1,2,\ldots,k;
  2. select positions
r, r+k, r+2k,r,\ r+k,\ r+2k,\ldots

until nn units have been chosen.

A factory produces 12001200 items during a shift and wants a systematic sample of 5050.

k=120050=24.k=\frac{1200}{50}=24.

Suppose a random integer from 11 to 2424 gives r=9r=9. Select items in positions

9,33,57,81,,1185.9,33,57,81,\ldots,1185.

The last position is

9+49(24)=1185,9+49(24)=1185,

so exactly 5050 items are selected.

Systematic sampling is fast and spreads observations across the frame. However, a hidden periodic pattern can bias it. If every 2424th item is produced just after a machine adjustment, the sample may repeatedly observe an unusual part of the production cycle.

A population often contains identifiable subgroups called strata, such as year groups, regions or age bands. In a stratified random sample, the population is divided into non overlapping strata and a random sample is taken from each.

For proportional allocation, the sample size from a stratum is

nh=NhNn,\boxed{n_h=\frac{N_h}{N}n},

where NhN_h is the stratum size, NN is the population size and nn is the total desired sample size.

The allocations should be whole numbers and add to nn. Round thoughtfully, then adjust if necessary. Selection within each stratum must still be random.

Worked example 5: calculate stratified allocations

Section titled “Worked example 5: calculate stratified allocations”

A sixth form has 420420 students:

GroupPopulation size
Year 12240240
Year 13180180

For a proportional stratified sample of 7070:

n12=240420(70)=40,n_{12}=\frac{240}{420}(70)=40, n13=180420(70)=30.n_{13}=\frac{180}{420}(70)=30.

Randomly select 4040 students from the Year 12 register and 3030 from the Year 13 register. Taking the first names on each register would meet the allocation but would not be random.

A workforce has departments of sizes 3535, 5050 and 6565, giving

N=35+50+65=150.N=35+50+65=150.

For a sample of 2020, the exact proportional allocations are

35150(20)=4.666,\frac{35}{150}(20)=4.666\ldots, 50150(20)=6.666,\frac{50}{150}(20)=6.666\ldots, 65150(20)=8.666.\frac{65}{150}(20)=8.666\ldots.

Rounding all three upwards gives 5+7+9=215+7+9=21, which is too many. Allocate 5,7,85,7,8 instead, giving 2020 in total. The final allocation is as close as possible to the required proportions.

Stratification guarantees representation from every chosen stratum and can reduce sampling variation when strata differ meaningfully. It requires reliable information about stratum membership, and irrelevant strata add complexity without necessarily improving the sample.

A school has 320320 pupils in Key Stage 3, 280280 in Key Stage 4 and 150150 in the sixth form. Find proportional allocations for a stratified sample of 6060.

Answer

The population size is

N=320+280+150=750.N=320+280+150=750.

The allocations are

320750(60)=25.6,280750(60)=22.4,150750(60)=12.\frac{320}{750}(60)=25.6, \qquad \frac{280}{750}(60)=22.4, \qquad \frac{150}{750}(60)=12.

Use 2626, 2222 and 1212, which add to 6060.

Some investigations cannot use a complete frame. Non random methods can be practical, but their selection probabilities are unknown, so bias is harder to assess.

In quota sampling, the population is divided into groups and an interviewer fills a specified quota from each group. The proportions may resemble stratified sampling, but selection within a quota is not random.

For example, an interviewer may be instructed to question 2424 people aged under 3030 and 1616 aged 3030 or over. The interviewer chooses convenient people until each quota is full.

Advantages include:

  • no complete sampling frame is required;
  • it is quick and relatively inexpensive;
  • specified groups are represented.

Disadvantages include:

  • interviewer choice can introduce bias;
  • easy to approach people may be overrepresented;
  • selection probabilities are unknown.

An opportunity sample, also called a convenience sample, uses units that are readily available. Asking the first 3030 people leaving a library is quick, but library users at that time may differ systematically from the target population.

Opportunity sampling is useful for pilot studies and situations with little time or no frame. Its weakness is selection bias, so findings should not be generalised confidently beyond the observed group.

In a voluntary response sample, people choose whether to participate, perhaps by answering an online poll. People with strong opinions are often more likely to respond, producing self selection bias.

Voluntary response should not be confused with non response. In voluntary response, participation begins by opting in. In non response, a unit was selected or contacted but did not provide usable data.

A sampling method is biased if it systematically favours some outcomes or parts of the population. Sampling variation is random fluctuation; bias consistently pushes results in a direction.

ProblemWhat goes wrongPossible improvement
undercoveragethe frame omits some groupsupdate or combine frames
non responseselected units do not provide datafollow up at different times and record response rates
voluntary responsepeople with strong views opt inselect units using a random method
leading questionwording encourages one answeruse neutral, precise wording
interviewer biasinterviewer choice or behaviour affects responsesrandomise selection and standardise questions
timing biascollection time excludes or overrepresents groupssample across relevant days and times
measurement errorthe recorded value differs from the truthcalibrate instruments and use clear definitions

Non response matters when respondents differ from non respondents in the variable being studied. Replacing a non respondent with the nearest convenient person may create further bias because the replacement did not have the intended random selection probability.

Worked example 7: diagnose and improve a design

Section titled “Worked example 7: diagnose and improve a design”

A gym emails a questionnaire to its current members asking, “Do you agree that our excellent new equipment has improved your fitness?” It uses replies received during the first day to estimate the proportion of all local adults whose fitness has improved because of the gym.

There are several distinct problems:

  1. Wrong frame: current gym members do not represent all local adults. Non members cannot be selected.
  2. Voluntary response: recipients decide whether to reply, and early respondents may have unusually strong views.
  3. Leading wording: “excellent” and “improved” encourage a positive response.
  4. Unclear measurement: respondents may interpret “fitness” differently.

A stronger design would define a measurable outcome and target population, obtain an appropriate local resident frame if available, select randomly, use neutral wording and follow up selected non respondents. A larger number of the same biased replies would not solve these problems.

Match the method to the available information and the investigation.

SituationUsually suitableReason
complete current frame, modest populationsimple randomknown and equal selection mechanism
ordered production or customer flowsystematic with random startefficient and well spread
important subgroups must be representedstratified randomcontrols subgroup allocation
no frame, but group proportions are knownquotapractical representation of named groups
early pilot with limited resourcesopportunityquick, with limitations stated clearly

No label makes a design automatically good. A systematic sample can fail because of periodicity, and a stratified sample can fail because selection within strata was not random.

A college wants opinions from its 900900 students, who study on three campuses of sizes 450450, 300300 and 150150.

Proposal A: ask 9090 students in the cafeteria at the largest campus.

This is an opportunity sample. Students at two campuses have no chance of selection, and cafeteria users at the chosen time may be unrepresentative.

Proposal B: take a proportional stratified random sample by campus.

The allocations are

450900(90)=45,300900(90)=30,150900(90)=15.\frac{450}{900}(90)=45, \qquad \frac{300}{900}(90)=30, \qquad \frac{150}{900}(90)=15.

Randomly choose 4545, 3030 and 1515 students from the three campus registers. Proposal B represents each campus in its population proportion and has a defensible random selection mechanism.

Name the method and one important limitation in each case.

  1. From an alphabetical list of 600600 patients, choose a random start from 11 to 2020, then every 2020th patient.
  2. An interviewer questions any available shoppers until age group targets are filled.
  3. Every employee is numbered and 4040 distinct numbers are generated randomly.
Answer
  1. Systematic sampling. A periodic pattern in the ordered frame could align with the interval, although alphabetical order is unlikely to have period 2020 for many health variables.
  2. Quota sampling. Choice within each age quota is non random and subject to interviewer or availability bias.
  3. Simple random sampling. It requires a complete, accurate employee frame and non response may still bias the collected data.

Before accepting a sampling design, ask:

  1. What exactly is the population?
  2. What is one sampling unit?
  3. Is there a complete, current sampling frame?
  4. Does every relevant group have a chance of selection?
  5. Is selection random, and where does the randomness enter?
  6. Could ordering or timing create a pattern?
  7. Could non response, wording or measurement introduce bias?
  8. Is the conclusion restricted to the population actually represented?

For method questions, describe a usable procedure rather than merely naming it. For evaluation questions, connect each limitation to the context and explain the likely effect.

Once data have been collected: