Finite Population Correction Calculators
0 calculators tagged with “Finite Population Correction”
All Calculators
No calculators found for this topic.
Finite Population Correction Formula
FPC = √((N − n) / (N − 1))
N = total population size; n = sample size.
Corrected standard error:
SE_corrected = (s/√n) × √((N−n)/(N−1))
When to Apply FPC
- Apply when sampling fraction f = n/N > 0.05 (5%)
- If f < 0.05, FPC ≈ 1 and correction is negligible
- FPC approaches 0 as n → N (census = zero sampling uncertainty)
Worked Example
Survey 80 students from a class of 200 (f = 40%). Sample mean = 74, s = 12.
Standard SE = 12/√80 = 1.342
FPC = √((200−80)/(200−1)) = √(120/199) = 0.777
Corrected SE = 1.342 × 0.777 = 1.042
95% CI: 74 ± 1.96 × 1.042 = [71.96, 76.04] vs. uncorrected [71.37, 76.63]
Applications
- Forest inventory sampling (large fraction of stand trees measured)
- Quality control of production batches
- Election polling of small constituencies
- Ecological surveys of defined, enumerable populations
Glossary
Frequently Asked Questions
FPC = √((N−n)/(N−1)), where N = population size and n = sample size. It adjusts the standard error downward when a sample represents a substantial fraction (>5%) of the total population. More of the population sampled = less uncertainty about the population parameter. FPC approaches 0 as n approaches N (census = perfect knowledge); FPC approaches 1 as n/N approaches 0 (negligible correction for large populations).
Apply FPC when sampling fraction f = n/N > 0.05 (5%). If less than 5% of the population is sampled, FPC is very close to 1 and the correction is negligible. Common scenarios requiring FPC: forest inventory sampling a large fraction of trees; quality control sampling a significant portion of a production batch; surveying most members of a small organization; sampling a large fraction of soil plots in a defined field.
FPC multiplies the standard error, reducing it: SE_corrected = (s/√n) × √((N−n)/(N−1)). This narrows confidence intervals compared to the standard formula. Example: sampling 50% of a population reduces SE by factor √0.5 ≈ 0.71 — a 29% reduction. Narrower CI accurately reflects that measuring half the population leaves less uncertainty than measuring a tiny fraction of it.
Yes — FPC applies to any statistic from simple random sampling of a finite population: means, proportions, and totals. Corrected SE for a proportion p: SE = √(p(1−p)/n) × FPC. For estimated totals: SE_total = N × SE_mean × FPC. FPC assumes simple random sampling without replacement — the most common survey sampling design. Stratified and cluster sampling have their own correction formulas.