Sample proportion vs population proportion

By Jude Wallis · Published

The population proportion p is a fixed parameter describing the whole group, and you almost never know it. The sample proportion p-hat is a statistic you compute from one sample, so it changes from sample to sample. p-hat estimates p: its values center on p, with a spread set by the sample size.

AP Statistics: Unit 3 (topics 3.1 Estimators, 3.2 Sampling Distributions for Sample Proportions). In the Fall 2026 AP Statistics course, this pair opens Unit 3, Inference for Categorical Data: Proportions. Topic 3.1 is titled Estimators and topic 3.2 is titled Sampling Distributions for Sample Proportions, so the estimator p^\hat{p} and the distribution of its values around pp are the unit's first two topics, in that order.

p vs p-hat: the short answer

Both are proportions, both are written with the letter p, and only one of them is a number you will normally get to compute.

The population proportion is written pp, said "p". It is the fraction of the entire population with the characteristic you care about. It is a parameter: one fixed number that exists whether or not anyone measures it, and in practice you do not know its value.

The sample proportion is written p^\hat{p}, said "p-hat". It is the fraction of your sample with that characteristic. It is a statistic: you can compute it from the data in front of you, and a different sample gives a different value.

So pp is what you want to know and p^\hat{p} is what you have. The hat is the marker, and it always means sample. For the wider vocabulary of parameters and statistics, see parameter vs statistic.

What p is: fixed, and usually unknown

The population proportion is p=individuals in the population with the traitsize of the populationp = \frac{\text{individuals in the population with the trait}}{\text{size of the population}}. Right now, for a fully defined population, that fraction has one exact value.

What makes pp hard is access, not existence. To know it you would have to check every member of the population, which is a census, and a census is the exception rather than the rule (see census vs sample survey). Everywhere else, pp stays unknown and you reason toward it.

One consequence shows up on every inference question you will write. Hypotheses are claims about pp, never about p^\hat{p}. Writing H0:p=0.25H_0: p = 0.25 asserts something about the population that data can bear on. Writing H0:p^=0.25H_0: \hat{p} = 0.25 asserts something about a number you already have in your hand, which is not worth testing.

What p-hat is: computable, and different every time

The sample proportion is p^=xn\hat{p} = \frac{x}{n}, where xx counts the successes in your sample and nn is the sample size. Both are counts of individuals, so p^\hat{p} always lands between 0 and 1, and it can only take the values 0/n0/n, 1/n1/n, 2/n2/n, and so on.

Because it depends on which individuals happened to land in your sample, p^\hat{p} is a moving target. Draw again and you get a different value. That is sampling variability, not a mistake, and it is the thing the rest of this page is about. The mechanics of getting p^\hat{p} out of a word problem, a two-way table, or a reported percentage are worked through in how to find p-hat.

The differences side by side

FeaturePopulation proportion ppSample proportion p^\hat{p}
Kind of quantityParameterStatistic
What it describesEvery member of the populationOnly the individuals you sampled
ValueFixedChanges from sample to sample
Do you know itAlmost neverYes, you computed it
How you would get itA census of the populationx/nx/n from your data
Role in inferenceThe unknown a hypothesis is aboutThe evidence you compute

Every row is the same split. One number is the target, the other is the estimate aimed at it.

One population, five samples, five p-hats

A district has 2,000 seniors, and district records show that 1,200 of them hold a driver's license. So p=12002000=0.60p = \frac{1200}{2000} = 0.60, and for once you actually know it. Now take five separate random samples of n=50n = 50 seniors.

SampleLicensed, xxp^=x/50\hat{p} = x/50p^p\hat{p} - p
1340.68+0.08
2280.56-0.04
3310.62+0.02
4270.54-0.06
5300.600.00

Five samples, five different answers, and p=0.60p = 0.60 the entire time. The population never moved. Nothing went wrong in samples 1 through 4; different seniors landed in different samples, so the fractions differ.

Two things are worth staring at. Sample 5 hit pp exactly, and from inside that sample there is no way to tell: all five look identical from the inside, 50 seniors and a fraction. And these five values happen to average to exactly 0.60, which is a nicety of the five I picked, not a demonstration. Being unbiased is a claim about every possible sample, not about a handful of them.

The sampling distribution is the whole payload

Collect p^\hat{p} from every possible sample of size nn and you get the sampling distribution of the sample proportion. When the observations are independent, it has

μp^=pandσp^=p(1p)n\mu_{\hat{p}} = p \qquad \text{and} \qquad \sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}

Read μp^\mu_{\hat{p}} as "mu sub p-hat" and σp^\sigma_{\hat{p}} as "sigma sub p-hat". Those two lines are the entire relationship between the two proportions, and every proportion procedure you will run is built on them.

The first says p^\hat{p} is unbiased: across all possible samples its values center on pp, with no systematic pull above or below. The second says p^\hat{p} is variable, and says exactly how variable. For the district above, p(1p)=(0.60)(0.40)=0.24p(1-p) = (0.60)(0.40) = 0.24, then 0.24/50=0.00480.24/50 = 0.0048, and 0.0048=0.0693\sqrt{0.0048} = 0.0693. All five sample proportions in the table sit within 0.08 of pp, which is about 1.15 of those standard deviations.

Unbiased and variable at once is the point. One p^\hat{p} is usually not pp, and on the samples where it is you have no way of knowing. What you get instead is a known amount of scatter around pp, and that known amount is what a margin of error and a p-value are both computed from. Raising nn shrinks it: at n=200n = 200, 0.24/200=0.0012=0.034641\sqrt{0.24/200} = \sqrt{0.0012} = 0.034641, exactly half of 0.069282, so quadrupling the sample halves the standard deviation.

Before leaning on the normal shape, check two conditions. Large Counts wants np10np \geq 10 and n(1p)10n(1-p) \geq 10, here 30 and 20 (see why 10 successes and 10 failures). Independence is usually argued with the 10% condition, sampling no more than a tenth of the population, here 50 out of 2,000.

The mix-ups that cost points

  • Reporting p^\hat{p} as if it were pp. "68% of district seniors are licensed" is a claim about 2,000 people built from 50 of them. Say "68% of the sampled seniors" and attach the sample size.
  • Writing p^\hat{p} inside a hypothesis. Hypotheses are about pp, so H0:p=0.6H_0: p = 0.6, never H0:p^=0.6H_0: \hat{p} = 0.6.
  • Substituting p^\hat{p} for pp in p(1p)/n\sqrt{p(1-p)/n} without saying so. In a test you have a hypothesized pp and you use it. In a confidence interval you do not, so you put p^\hat{p} in its place and the result is called the standard error, not the standard deviation. The distinction is spelled out in standard error vs standard deviation.
  • Reading a new p^\hat{p} as evidence that pp changed. Samples 2 and 3 above reported 0.56 and 0.62 from a population that never moved, so check a gap against 2p(1p)/n\sqrt{2p(1-p)/n} before reading it as a real shift: at n=50n = 50 a 0.06 gap is 0.61 standard deviations and unremarkable, at n=1000n = 1000 it is 2.73 and hard to explain away.
  • Blurring the two groups behind the two symbols. If the population and the sample are not clear in your head, start at population vs sample.

Five samples, one parameter, and the spread to expect

A district has 2,000 seniors, 1,200 of whom hold a driver's license. Five separate random samples of n=50n = 50 seniors contain 34, 28, 31, 27, and 30 licensed seniors. Find the population proportion and each sample proportion, then find the mean and standard deviation of the sampling distribution of p^\hat{p} for n=50n = 50 and check the conditions.

  1. Population proportion: p=12002000=0.60p = \frac{1200}{2000} = 0.60. This is a parameter, and it is the same number for all five samples because the district did not change.

  2. Sample proportions, one per sample: 34/50=0.6834/50 = 0.68, 28/50=0.5628/50 = 0.56, 31/50=0.6231/50 = 0.62, 27/50=0.5427/50 = 0.54, 30/50=0.6030/50 = 0.60. Five statistics, five values.

  3. Center of the sampling distribution: μp^=p=0.60\mu_{\hat{p}} = p = 0.60. That is what unbiased means, and it does not depend on the sample size.

  4. Spread, digit by digit. Multiply: (0.60)(0.40)=0.24(0.60)(0.40) = 0.24. Divide by nn: 0.24/50=0.00480.24/50 = 0.0048. Square root: 0.0048=0.069282\sqrt{0.0048} = 0.069282, so σp^=0.0693\sigma_{\hat{p}} = 0.0693.

  5. Large Counts: np=50(0.60)=30np = 50(0.60) = 30 and n(1p)=50(0.40)=20n(1-p) = 50(0.40) = 20. Both are at least 10.

  6. Independence via the 10% condition: 10n=10(50)=50010n = 10(50) = 500, which is below the population of 2,000, so sampling 50 seniors without replacement is fine.

  7. Compare the misses. The largest is sample 1: 0.680.60=0.080.68 - 0.60 = 0.08, and 0.08/0.069282=1.15470.08/0.069282 = 1.1547, about 1.15 standard deviations. Under the normal approximation roughly 75% of samples land within 0.08 of pp, so five out of five doing so is unremarkable.

p=0.60p = 0.60 for all five samples. The sample proportions are 0.68, 0.56, 0.62, 0.54, and 0.60. The sampling distribution of p^\hat{p} has μp^=0.60\mu_{\hat{p}} = 0.60 and σp^=0.0693\sigma_{\hat{p}} = 0.0693, both conditions hold, and the largest deviation is 1.15 standard deviations.

Two samples, two intervals, one p

Now suppose pp is unknown. Sample 1 above found 34 licensed seniors out of 50, and sample 4 found 27 out of 50. Build a 95% confidence interval for pp from each, using z=1.96z^* = 1.96, and check whether each captures the true value 0.60.

  1. Sample 1: p^=34/50=0.68\hat{p} = 34/50 = 0.68. Because pp is unknown, put p^\hat{p} where pp sits in the standard deviation formula; the result is the standard error.

  2. Multiply: (0.68)(0.32)=0.2176(0.68)(0.32) = 0.2176. Divide by 50: 0.2176/50=0.0043520.2176/50 = 0.004352. Square root: 0.004352=0.065970\sqrt{0.004352} = 0.065970.

  3. Margin of error: 1.96×0.065970=0.1293011.96 \times 0.065970 = 0.129301. Interval: 0.68±0.1293010.68 \pm 0.129301, so (0.5507,0.8093)(0.5507, 0.8093).

  4. Sample 4: p^=27/50=0.54\hat{p} = 27/50 = 0.54. Multiply: (0.54)(0.46)=0.2484(0.54)(0.46) = 0.2484. Divide by 50: 0.2484/50=0.0049680.2484/50 = 0.004968. Square root: 0.004968=0.070484\sqrt{0.004968} = 0.070484.

  5. Margin of error: 1.96×0.070484=0.1381491.96 \times 0.070484 = 0.138149. Interval: 0.54±0.1381490.54 \pm 0.138149, so (0.4019,0.6781)(0.4019, 0.6781).

  6. Compare. The two intervals have different centers and different widths, because p^\hat{p} moved and the standard error moved with it. Both contain 0.60. The interval is what shifts around; pp sits still.

Sample 1 gives p^=0.68\hat{p} = 0.68 and the interval (0.5507,0.8093)(0.5507, 0.8093). Sample 4 gives p^=0.54\hat{p} = 0.54 and the interval (0.4019,0.6781)(0.4019, 0.6781). Both capture p=0.60p = 0.60, from two samples that disagreed by 0.14.

Frequently asked questions

Which symbol is the sample one, p or p-hat?

p^\hat{p} (p-hat) is the sample one. The hat marks a value computed from a sample, so it is a statistic you know. Plain pp is the population proportion, a parameter that is fixed and almost always unknown.

Can p-hat ever equal p exactly?

Yes, and it happens fairly often with a small nn, since p^\hat{p} can only take values x/nx/n. In the district example above one of five samples landed exactly on 0.60. The catch is that you cannot tell from inside the sample, so it changes nothing about how you report the result.

Does a bigger sample make p-hat closer to p?

It shrinks the typical distance, but it does not guarantee any one sample is closer. The standard deviation p(1p)/n\sqrt{p(1-p)/n} is inversely proportional to n\sqrt{n}, so quadrupling nn halves it: 0.069282 at n=50n = 50 becomes 0.034641 at n=200n = 200 when p=0.60p = 0.60. Size does not fix a biased sampling method, which is a separate problem covered in does a bigger sample fix bias.

Why do hypotheses always use p and never p-hat?

A hypothesis is a claim about the population, and pp is the only one of the two symbols that describes the population. p^\hat{p} is the number you compute from your sample to test that claim, so it belongs in the test statistic, not in H0H_0 or HaH_a.

What is the difference between sigma sub p-hat and the standard error?

They are the same formula with different inputs. σp^=p(1p)/n\sigma_{\hat{p}} = \sqrt{p(1-p)/n} uses the true or hypothesized pp, which you have in a significance test. The standard error p^(1p^)/n\sqrt{\hat{p}(1-\hat{p})/n} substitutes your sample value, which is what a confidence interval has to do because pp is unknown there.