Mathwords logoMathwords

Point Estimate — Definition, Formula & Examples

A point estimate is a single numerical value computed from sample data that serves as the best guess for an unknown population parameter. For example, the sample mean xˉ\bar{x} is a point estimate of the population mean μ\mu.

A point estimate is a statistic—a function of observed sample values—used to approximate a specific population parameter. Common point estimators include the sample mean xˉ\bar{x} for μ\mu, the sample proportion p^\hat{p} for pp, and the sample standard deviation ss for σ\sigma. An estimator is considered unbiased if its expected value equals the parameter it estimates.

Key Formula

p^=xn\hat{p} = \frac{x}{n}
Where:
  • p^\hat{p} = Sample proportion (point estimate of the population proportion p)
  • xx = Number of successes observed in the sample
  • nn = Total number of observations in the sample

How It Works

You collect a random sample from a population, then calculate a single summary number from that sample. That number is your point estimate. For instance, if you want to know the average height of all students at a school, you measure a random sample of 50 students and compute their mean height—that sample mean is your point estimate of the true population mean. Point estimates are the starting point for building confidence intervals: the interval is centered on the point estimate and extends a margin of error in each direction. Because a point estimate comes from just one sample, it almost certainly differs from the true parameter by some amount, which is why statisticians pair it with a measure of uncertainty.

Worked Example

Problem: A polling company surveys 400 randomly selected voters and finds that 220 support a ballot measure. Find the point estimate for the true proportion of all voters who support the measure.
Identify the values: The number of successes is 220 and the sample size is 400.
x=220,n=400x = 220, \quad n = 400
Apply the formula: Divide the number of successes by the sample size.
p^=220400=0.55\hat{p} = \frac{220}{400} = 0.55
Interpret the result: The point estimate tells us that approximately 55% of all voters support the measure, based on this sample.
Answer: The point estimate of the population proportion is p^=0.55\hat{p} = 0.55 (55%).

Another Example

Problem: A biologist measures the weights (in grams) of 6 randomly caught fish: 150, 162, 148, 155, 170, 145. Find the point estimate for the population mean weight.
Sum the observations: Add all six weights together.
150+162+148+155+170+145=930150 + 162 + 148 + 155 + 170 + 145 = 930
Compute the sample mean: Divide the total by the number of fish.
xˉ=9306=155\bar{x} = \frac{930}{6} = 155
State the point estimate: The sample mean of 155 grams is the point estimate for the true mean weight of the fish population.
Answer: The point estimate for the population mean weight is xˉ=155\bar{x} = 155 grams.

Why It Matters

Point estimates appear throughout AP Statistics whenever you estimate a population mean, proportion, or slope from sample data. In fields like public health, quality control, and market research, analysts rely on point estimates to make quick decisions—such as estimating a product's defect rate from a test batch. Understanding that a point estimate is just a single snapshot from one sample motivates the need for confidence intervals and hypothesis tests.

Common Mistakes

Mistake: Treating a point estimate as the exact value of the population parameter.
Correction: A point estimate is calculated from one sample and will almost always differ from the true parameter. Always acknowledge sampling variability by pairing it with a margin of error or confidence interval.
Mistake: Confusing the symbols: using μ\mu when reporting a sample result or xˉ\bar{x} when referring to the population.
Correction: Use xˉ\bar{x} and p^\hat{p} for sample statistics (point estimates) and μ\mu and pp for the population parameters they estimate.

Related Terms