10.3 Sampling Techniques, Bias, & Making Population Inferences
Key Takeaways
- A population represents the entire group under study (described by fixed parameters), whereas a sample is a representative subset (described by calculated sample statistics).
- Unbiased probability sampling methods (Simple Random, Systematic, Stratified, and Cluster) give every population element a known chance of selection, ensuring valid generalizations.
- Non-random sampling methods introduce systematic bias (convenience sampling, voluntary response, nonresponse, undercoverage, and question wording bias) that invalidates conclusions.
- Population totals and parameters are estimated by scaling sample proportions (Estimated Total = p̂ × N), where larger sample sizes reduce sampling variability and standard margin of error.
10.3 Sampling Techniques, Bias, & Making Population Inferences
Statistical inference is the mathematical process of drawing valid conclusions and making predictions about a large population based on observations collected from a representative sample. On the TABE 13&14 Mathematics assessment, inferential statistics questions evaluate your understanding of population parameters versus sample statistics, the identification of sampling bias, proportional scaling algorithms, margin of error principles, and comparative population analysis.
Populations vs. Samples: Parameters vs. Statistics
In statistical research, gathering data from every single member of a large population (a census) is often practically impossible due to budget constraints, time limitations, or destructive testing procedures. Instead, researchers collect data from a sample.
Inferential Statistics Workflow:
┌────────────────────────────────────────────────────────┐
│ POPULATION (N) │
│ True Parameters: μ, σ, p │
│ │
│ [ Sampling Design ] [ Statistical Inference ]│
│ │ ▲ │
│ ▼ │ │
│ SAMPLE (n) │
│ Sample Statistics: x̄, s, p̂ │
└────────────────────────────────────────────────────────┘
| Statistical Concept | Population | Sample |
|---|---|---|
| Definition | The entire collection of all individuals, items, or measurements of interest | A representative subset selected from the broader population |
| Size Notation | $N$ (uppercase) | $n$ (lowercase) |
| Numerical Metric | Parameter (fixed, true characteristic) | Statistic (calculated metric from sample data) |
| Mean Symbol | $\mu$ (Greek letter mu) | $\bar{x}$ (x-bar) |
| Standard Deviation | $\sigma$ (Greek letter sigma) | $s$ (standard deviation) |
| Proportion Symbol | $p$ (population proportion) | $\hat{p}$ (p-hat, sample proportion) |
[!TIP] Memory Mnemonic:
- Population corresponds to Parameter (both start with P).
- Sample corresponds to Statistic (both start with S).
Representative (Probability) Sampling Methods
To make valid inferences, a sample must be representative—it must accurately reflect the diversity and characteristics of the overall population without systematic favoritism.
1. Simple Random Sampling (SRS)
Every individual in the population and every possible group of size $n$ has an equal probability of being selected. Methods include drawing names from a thoroughly mixed drum, using a table of random digits, or running a computer random number generator ($RNG$).
2. Systematic Sampling
Elements are selected at regular numerical intervals from an ordered list or continuous production stream after a randomly selected starting point between $1$ and $k$: Example: Inspecting every $25\text{th}$ automobile engine coming off an assembly line.
3. Stratified Random Sampling
The population is first divided into distinct, non-overlapping homogeneous sub-groups called strata based on a shared demographic or operational characteristic (such as age group, shift, department, or grade level). A simple random sample is then drawn from each stratum in proportion to its size in the population. Advantage: Guarantees that key minority subgroups are proportionally represented in the final sample.
4. Cluster Sampling
The population is naturally divided into diverse, heterogeneous mini-groups called clusters (often based on geographic proximity, city blocks, or school classrooms). Several entire clusters are chosen at random, and every single individual within the selected clusters is surveyed. Difference vs. Stratified: Stratified samples some individuals from all strata; Cluster sampling samples all individuals from some clusters.
Sampling Methods Summary Table
| Method | Core Mechanism | Primary Advantage | Real-World Application |
|---|---|---|---|
| Simple Random (SRS) | Pure lottery / random number selection | Eliminates selection bias completely | Drawing raffle tickets from a drum |
| Systematic | Select every $k\text{th}$ item on an ordered list | Simple to execute on continuous streams | Quality control assembly line testing |
| Stratified | Divide into strata $\to$ sample randomly from all strata | Ensures proportional subgroup representation | Surveying hospital staff across 4 departments |
| Cluster | Divide into clusters $\to$ survey all members of some clusters | Highly cost-effective for wide geographic zones | Inspecting all apartments in 5 randomly chosen buildings |
Sampling Bias & Sources of Survey Error
Sampling bias occurs when the design of a study systematically favors certain outcomes or systematically excludes segments of the population. Data collected from a biased sample cannot be used to make valid statistical generalizations.
Common Types of Bias on TABE
- Convenience Sampling (Selection Bias): Choosing individuals who are easiest to reach (e.g., a surveyor standing outside a specialty organic grocery store asking shoppers about average national food spending).
- Voluntary Response Bias: Allowing individuals to self-select into the sample (e.g., online website polls, call-in radio hotlines, social media comment threads). This systematically over-represents individuals with extreme negative or passionate viewpoints.
- Undercoverage Bias: Occurs when the sampling frame (the list from which the sample is drawn) inadvertently leaves out entire segments of the population (e.g., conducting a telephone survey using only landlines excludes mobile-only households).
- Nonresponse Bias: Occurs when a large percentage of selected individuals refuse or fail to respond to the survey, and non-respondents hold systematically different attitudes than respondents.
- Response Bias & Leading Questions: Poorly worded, loaded, or emotionally charged question phrasing that pushes respondents toward a particular answer (e.g., "Given the dangerous traffic hazards on Main Street, do you agree the speed limit should be reduced?").
Making Inferences & Estimating Population Parameters
When a sample is unbiased and representative, the sample proportion ($\hat{p}$) or sample mean ($\bar{x}$) serves as a reliable point estimate for the unknown population parameter.
Proportional Scaling Formulas
Worked Example 1: Capture-Recapture Wildlife Biology
Problem: Wildlife biologists tag and release $250$ largemouth bass into a lake. Two weeks later, they catch a random sample of $400$ bass and find that $20$ of them have tags. What is the estimated total bass population in the lake?
- Set up the proportion: $\frac{\text{Tagged in Sample}}{\text{Total Sample}} = \frac{\text{Tagged in Population}}{\text{Total Population } (N)}$
- Simplify the sample proportion: $\frac{20}{400} = 0.05$ ($5%$ of the population is tagged).
- Solve for $N$:
Worked Example 2: Industrial Defect Estimation
Problem: In a random sample of $600$ medical syringes inspected from a daily manufacturing run of $75,000$ syringes, $9$ syringes are found to have hairline cracks. Estimate the total number of defective syringes in the daily run.
- Sample proportion defective: $\hat{p} = \frac{9}{600} = 0.015 = 1.5%$.
- Multiply by population size $N = 75,000$:
Margin of Error & Sample Size Principles
Because a sample only represents a portion of the population, sample statistics naturally vary from sample to sample—a phenomenon known as sampling variability.
The Margin of Error (MOE)
The margin of error establishes a confidence interval around the point estimate within which the true population parameter is expected to fall:
Example: A poll reports that $54%$ of voters support a bond measure with a margin of error of $\pm 3%$. The plausible range for true voter support is $54% - 3%$ to $54% + 3% \implies [51%, 57%]$.
The Inverse Square-Root Sample Size Rule
As the sample size ($n$) increases, the standard error shrinks and the margin of error decreases according to an inverse square-root relationship:
- Quadrupling the sample size ($4n$) cuts the margin of error in half ($\frac{1}{\sqrt{4}} = \frac{1}{2}$).
- Increasing sample size increases precision and narrowness of the estimate, but cannot fix or correct for systematic sampling bias!
Comparative Population Analysis: Centers & Spread
TABE Level A questions frequently present comparative dot plots, histograms, or box plots representing two distinct populations (e.g., Plant A vs. Plant B output) and ask you to evaluate differences in center (mean/median) relative to spread (variability / IQR / MAD).
Comparative Dot Plot (Daily Response Times in Minutes):
Team Alpha (Lower Spread, Low Mean):
• • • • • • • • • •
+-----+-----+-----+-----+-----+-----
2 4 6 8 10 12 (Minutes) --> Mean = 6.0 min, Range = 4 min
Team Beta (Higher Spread, Higher Mean):
• • • • • • • • • •
+-----+-----+-----+-----+-----+-----
2 4 6 8 10 12 (Minutes) --> Mean = 9.5 min, Range = 10 min
Analytical Rules for Comparing Populations
- Compare Centers: If Team Alpha's mean response time is $6.0\text{ min}$ and Team Beta's is $9.5\text{ min}$, Team Alpha is significantly faster on average.
- Compare Variability: Team Alpha's compact cluster indicates highly consistent, predictable performance, whereas Team Beta's wide dispersion indicates high inconsistency.
A quality assurance manager at an electronics manufacturing plant wants to estimate the proportion of defective microchips in a production batch of 50,000 units. A technician tests every 40th microchip coming off the automated conveyor belt throughout an entire 8-hour shift. What sampling method is being utilized?
A municipality wants to determine voter support for a proposed local park improvement tax. An online survey is posted on the city's public homepage, inviting residents to submit their opinions. Of the 1,200 respondents, 78% oppose the tax. Why is this finding statistically unreliable for inferring the opinion of all municipal voters?
An urban school district with 18,000 enrolled high school students selects a representative random sample of 450 students. In the sample, 162 students report participating in school-sponsored athletic programs. Based on this sample, what is the best estimate of the total number of high school students in the district who participate in athletic programs?