Point Estimate vs Confidence Interval
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Point estimate
Sampling distributions
A point estimate is a single number computed from sample data and used as the best guess for an unknown population parameter.
A point estimate is the value a statistic takes in the one sample you collected, offered as the estimate of a parameter you cannot observe. Each parameter has a standard partner: (x-bar) estimates (mu), (p-hat) estimates , and estimates (sigma). The word point is doing work in that phrase. It signals a single value with no width attached to it.
If 63 of 200 randomly sampled voters approve, the point estimate is . That number alone says nothing about how far off it might be. Attach a margin of error and the picture changes: the standard error is , so with the margin is 0.064 and the 95% interval runs from 0.251 to 0.379. An estimate that looked exact carries a span of nearly 13 points around it.
The misreading is a missing word. "Thirty-one and a half percent of voters approve" states a sample statistic as though it were the population parameter. It is one draw from a sampling distribution centered at , and the chance it equals exactly is essentially zero. Notation carries the distinction, so writing where you computed claims something you did not compute.
An unbiased point estimate is still allowed to be far off. Unbiasedness is a property of the procedure across all samples, not a promise about this one, so knowing that is unbiased does not license treating as . For a difference, the point estimate is the difference of the two point estimates, or , and it sits at the center of the matching interval.
Topic 3.1 is Estimators, where point estimates are judged on bias and on variability.
Confidence interval
Confidence intervals
A confidence interval is a range of plausible values for a population parameter, built from a sample as the estimate plus or minus a margin of error.
A confidence interval turns a single estimate into a range of plausible parameter values by attaching an explicit allowance for sampling error. Every interval in AP Statistics has the same shape:
The product of the last two pieces is the margin of error, and the standard error estimates how much the statistic varies from one sample to the next.
Say 520 of 1000 randomly sampled voters back a measure. The estimate is (p hat), the standard error is , and a 95 percent interval uses the critical value (z star). The margin of error is , so the interval runs from 0.489 to 0.551, or 48.9 percent to 55.1 percent.
The interpretation that loses marks is what the 95 percent attaches to. There is not a 95 percent chance that the true proportion lies between 0.489 and 0.551. The true proportion is a fixed number: it is either inside those endpoints or it is not, and no probability is left over once the sample is drawn. What varies from sample to sample is the interval itself, since a fresh sample of 1000 voters produces different endpoints. The 95 percent describes the method, which captures the parameter in about 95 percent of all possible samples. The interval also says nothing about where 95 percent of individual voters sit.
Width is the other half of the idea. The margin of error shrinks like , so quadrupling the sample from 1000 to 4000 only halves it, from 0.0310 to 0.0155. Raising confidence widens the interval instead ( at 90 percent, at 99 percent), so precision and confidence trade against each other at any fixed sample size.
One reading comes free. This interval contains 0.50, so the data do not rule out an even split, which is the same verdict a two-sided test of at returns on these counts.