Lecture 7: Sampling#
Note
A central problem in statistics is to obtain information about a population without examining every unit in the population. This process of drawing conclusions from a small subset of the population is called sampling. In this lecture, we will explore sampling design - the rules for deciding which units comprise the sample, crucial to accuracy and reliability of the results.
Sampling Desing Process#
A population is a collection of units. We are interested in exploring the numerical properties of this population, called parameters (measures of location, dispersion, and shape), and we base our estimates and inferences on the observed value of a quantity computed from the sample, called statistics. The sampling design process, i.e., the rules for selecting which units of the population are included in the sample, is critical to ensuring accurate and reliable results. A poorly designed sample can introduce bias, causing estimates of population parameters to consistently overstate or understate the true values.
Random Sampling#
Definition: Under random sampling, every unit in the population has an equal chance of being selected. This is the most basic form of probability sampling and provides unbiased estimates if implemented correctly.
Example: To estimate the average number of trips per person in a city, a transportation researcher randomly selects individuals from the city’s electoral roll and surveys them about their daily travel patterns. Since each individual had an equal chance of selection, the results can be generalized to the entire population with known margins of error.
Convineince Sampling#
Definition: Convenience sampling is a non-probability sampling technique where the sample is drawn from a group that is readily available and easy to contact.
Example: A group of transportation engineers at a metro station decides to survey the first \(n\) passengers exiting the platform during the morning rush hour to get a quick understanding of passenger satisfaction. While easy and fast to execute, the results may be biased toward a certain commuter demographic or time-specific behavior.
Quota Sampling#
Definition: Quota sampling is a non-probability sampling method where the population is segmented into mutually exclusive subgroups, and the researcher selects individuals non-randomly until pre-set quotas for each group are filled.
Example: A mode choice survey aims to gather input from a mix of commuters. The researcher sets quotas such that 40% of respondents are car users, 30% are bus users, 20% are metro users, and 10% are cyclists. Enumerators then approach people until each quota is filled, regardless of how individuals are selected within those categories.
Systematic Sampling#
Definition: In systematic sampling, the first unit is selected at random from an ordered list, and subsequent units are selected at fixed intervals (e.g., every k-th unit).
Example: To monitor traffic volume, a field team records every 10th vehicle passing a counting station on a highway during peak hours. The starting vehicle is randomly chosen, and then every 10th vehicle thereafter is surveyed for vehicle type and occupancy.
Stratified Sampling#
Definition: Stratified sampling involves dividing the population into homogeneous subgroups (strata) based on characteristics such as income level, vehicle ownership, or residential density. Random samples are then drawn independently from each stratum.
Example: A citywide travel demand survey divides the population into strata based on income brackets (e.g., low, middle, high). A random sample of households is selected from each bracket to ensure that travel behavior across economic groups is adequately represented in the analysis.
Cluster Sampling#
Definition: Cluster Sampling is a sampling method where the population is divided into groups, or clusters, and a random selection of these clusters is chosen. Then, either all units within the selected clusters or a sample from within them is surveyed.
Example: A city wants to estimate the average daily number of trips made by households for commuting purposes. Instead of randomly sampling households across the entire city (which can be logistically difficult and expensive), the city is divided into wards or traffic analysis zones (TAZs)—these form the clusters. A random selection of a few zones is made, and then all (or a sample of) households within these selected zones are surveyed.
Multistage Sampling#
Definition: Multistage Sampling is a more complex form of cluster sampling where sampling is carried out in multiple stages. Instead of surveying all units within selected clusters, additional sampling steps are applied within those clusters. This approach combines different sampling techniques (e.g., cluster and stratified or simple random sampling) to improve efficiency and manageability, especially in large or geographically spread populations.
Example: To estimate public transport usage across a state, a transportation agency first selects a random sample of districts (first stage). Within each selected district, a random selection of towns or urban blocks is made (second stage). Then, within each chosen block, a sample of households is surveyed regarding their transit habits. This step-by-step narrowing helps balance cost and coverage.
Hybrid Sampling#
Definition: Hybrid Sampling Designs combine two or more basic sampling methods—such as stratified, cluster, systematic, or simple random sampling—to leverage the strengths of each. This approach allows researchers to tailor the sampling strategy to the complexity of the population and the specific goals of the study, often resulting in more efficient and representative samples.
Example: A metropolitan region is conducting a travel behavior survey. First, the population is stratified by income level (stratified sampling). Within each income group, specific neighborhoods are selected as clusters (cluster sampling). Finally, within each selected neighborhood, households are chosen using systematic sampling. This hybrid design ensures diversity in socioeconomic characteristics while controlling for geographic spread and data collection costs.
Sampling Desing Process Summary
Sampling Method |
Pros |
Cons |
---|---|---|
Random Sampling |
- Minimizes selection bias |
- Requires full sampling frame |
Convenience Sampling |
- Quick and easy to implement |
- Highly biased |
Quota Sampling |
- Ensures representation of key groups |
- Non-random selection within quotas |
Systematic Sampling |
- Easy to implement in the field |
- Risk of hidden patterns introducing bias |
Stratified Sampling |
- High precision in estimates |
- Requires prior knowledge of strata |
Cluster Sampling |
- Cost-effective for large, dispersed populations |
- Higher sampling error |
Multistage Sampling |
- Scalable for large populations |
- Complex design and analysis |
Hybrid Sampling |
- Customizable for complex population structures |
- Design can become overly complex |
Test Yourself
Context: A particular city consists of 700 blocks, each block contains at least 8 households and an average of 40 households, and each household contains at least one person and an average of 4 persons. As part of the sampling process, 70 blocks are drawn at random, thereafter, 8 households are drawn at random from each selected block, and finally each person in these selected households is sampled.
What sampling method have we employed?
Does every resident of the city have an equal chance of being in the sample?
Is the average number of people per household in the sample equal to the average across the population - 4?