Skip to main content

Finite Population Correction

Finite population correction is the factor used to shrink the standard error when you sample without replacement from a finite population. In Intro to Probability, it shows up when your sample is a big part of the whole group.

Last updated July 2026

What is Finite Population Correction?

Finite population correction, or FPC, is the adjustment you use in Intro to Probability when you sample without replacement from a finite group and the sample is not tiny compared with the population. It lowers the spread of the sampling distribution because each draw changes what is left to be picked.

The usual correction factor is

FPC = sqrt((N - n) / (N - 1))

where N is the population size and n is the sample size. You multiply the usual standard error by this factor. If n is small compared with N, the factor is very close to 1, so the adjustment barely changes anything.

Why does this happen? When you sample without replacement, getting one value removes it from the pool. That makes the next draw a little more predictable than if the population were effectively infinite. So the sample mean or sample proportion varies less from sample to sample.

This is the opposite of what you do in the common infinite-population setup, where the standard error for the sample mean is based on sigma over square root of n. With a finite population, that formula can overstate the spread if you ignore how much of the population you already took. The FPC fixes that by shrinking the standard error.

A quick example makes the pattern clearer. Suppose a class has 100 students and you survey 50 of them. That is a large fraction of the full group, so the FPC is sqrt((100 - 50) / 99), which is about 0.71. Your standard error gets cut by about 29 percent, which means your interval or probability calculation should be tighter than the infinite-population version.

The correction matters most when the sampling fraction, n/N, is large. If you sample only 5 out of 10,000 people, the factor is so close to 1 that using it would barely change the result. That is why many probability problems ignore it unless the problem tells you the population is finite and the sample is a meaningful chunk of it.

Why Finite Population Correction matters in Intro to Probability

Finite population correction shows up right where Intro to Probability moves from formulas to real sampling situations. It connects the Central Limit Theorem, sampling distributions, and standard error to a specific setup: sampling without replacement from a population with a fixed size.

If you leave out the FPC when the sample is large relative to the population, you can make the sampling distribution look wider than it really is. That can distort probability calculations for sample means, sample proportions, confidence intervals, or any problem where you are measuring how much a statistic should vary from sample to sample.

This term also helps you notice what assumptions a problem is making. If a problem says the population is finite and the sample is a noticeable fraction of it, that is a signal to think about correction. If the population is effectively huge, the correction is usually unnecessary and the normal standard error is the cleaner move.

In class, this often shows up as a decision point before you calculate. You first ask whether the sample is taken without replacement and whether the sampling fraction is large enough to matter. Then you decide whether to use the ordinary CLT standard error or the adjusted one.

Keep studying Intro to Probability Unit 14

How Finite Population Correction connects across the course

Central Limit Theorem

The CLT gives you the normal-shape approximation for sample means or proportions, but FPC adjusts the spread when the population is finite. In problems that use CLT ideas, the correction changes the standard error, not the center. So you still rely on the CLT framework, just with a smaller variability term when sampling without replacement.

Sampling Distribution

FPC is about the sampling distribution getting narrower. Instead of treating every sample as if it came from an endless supply of values, you account for the fact that draws affect what remains. That is why the distribution of a statistic varies less when the sample is a big slice of the population.

Variance

The correction works by reducing variability, which is really a variance idea. Since standard error comes from variance, shrinking the standard error also means shrinking the spread you expect in repeated samples. If you know why variance measures spread, the FPC makes intuitive sense as a spread-reducer for finite sampling.

z-distribution

After you adjust the standard error with FPC, you may still convert to a z-score in probability problems. The z-distribution part is the comparison tool, while FPC changes the denominator you plug into that tool. So FPC affects the calculation before you read the normal curve.

Is Finite Population Correction on the Intro to Probability exam?

A problem set question might give you a finite population size, a sample size, and a request for the probability that a sample mean falls in a range. First, you check whether sampling is without replacement and whether the sample is large enough for the correction to matter. Then you compute the standard error with the FPC factor, not just sigma over square root of n.

On quizzes, the common trap is using the ordinary CLT formula even when the sample is a big fraction of the population. If the problem expects the finite-population version, your answer will be a little too spread out and your probability or interval will come out off. You also need to recognize when the correction is unnecessary, because using it in a huge population usually changes almost nothing. The skill is not memorizing the formula alone, but noticing the sampling setup quickly.

Finite Population Correction vs standard error without correction

These are easy to mix up because both describe how much a sample statistic varies. The standard error without correction is the usual infinite-population formula, while FPC multiplies that by a factor less than 1 when the population is finite and the sample is large. If the sample is tiny relative to the population, the two are nearly the same.

Key things to remember about Finite Population Correction

  • Finite population correction shrinks the standard error when you sample without replacement from a finite group.

  • Use it when the sample is a noticeable fraction of the population, not when the population is huge compared with the sample.

  • The formula is FPC = sqrt((N - n) / (N - 1)), and it multiplies the usual standard error.

  • The correction does not change the center of the sampling distribution, only how spread out it is.

  • If you ignore FPC when it matters, your probability or interval calculation can come out too wide.

Frequently asked questions about Finite Population Correction

What is finite population correction in Intro to Probability?

Finite population correction is the factor that adjusts the standard error when you sample without replacement from a finite population. It makes the sampling distribution narrower because each draw changes what is left in the population. In probability problems, you use it when the sample is large enough to noticeably affect the pool.

When do you use finite population correction?

Use it when the population is finite, the sampling is without replacement, and the sample size is a meaningful fraction of the total population. If the sample is small compared with the population, the factor is so close to 1 that it usually does not change the answer much. The problem setup usually gives you the clue.

Does finite population correction change the mean?

No, it does not change the mean of the sampling distribution. It changes the spread, which means the standard error gets smaller. So your center stays the same, but your probabilities and intervals become tighter when the correction applies.

Is finite population correction the same as the central limit theorem?

No. The Central Limit Theorem tells you when a sampling distribution is approximately normal and gives the usual standard error setup. Finite population correction is an extra adjustment for finite, without-replacement sampling. Think of CLT as the framework and FPC as the spread adjustment inside that framework.