Study Guide

Estimators

AP StatisticsΒ· 12 min read

1. Introduction to Point Estimatorsβ˜…β˜…β˜†β˜†β˜†β± 3 min

A point estimator is any sample statistic used to approximate an unknown fixed population parameter. For inference for proportions, the most common estimator is the sample proportion , which estimates the true population proportion . A single calculated value of an estimator from one specific sample is called a point estimate.

πŸ“˜ Definition

Point Estimator

(general form)

A function of sample data that produces a single value intended to estimate an unknown fixed population parameter

Example:

Sample proportion is the standard estimator for population proportion .

πŸ“ Worked Example

Identify which of the following qualify as estimators for population proportion p: (A) Fixed sample size n, (B) Raw count of successes X in sample, (C) Sample proportion X/n

  1. 1

    First, eliminate any values that are not functions of random sample outcomes designed to estimate p

  2. 2

    Sample size n is fixed by study design, not a function of sample results, so it is not an estimator

  3. 3

    Raw count X does not normalize by sample size, so it cannot estimate p directly, so it is not an estimator

  4. 4

    Sample proportion X/n is a function of sample data designed to approximate p, so it is the only valid estimator here

βœ“ Quick check

Test your basic understanding of estimator definitions

  1. Which of the following is a valid estimator for population mean ?

    • A) Population standard deviation

    • B) Sample mean

    • C) Fixed sample size n

    Reveal answer
    B β€”

    Sample mean is calculated from sample data to estimate the unknown population mean, making it a valid point estimator.

2. Unbiasedness of Estimatorsβ˜…β˜…β˜…β˜†β˜†β± 4 min

An estimator is defined as unbiased if the expected value of the sampling distribution of the estimator equals the true value of the population parameter it is estimating. This means that the average value of the estimator across all possible random samples of the same size will exactly match the population parameter, with no systematic over- or under-estimation.

E[ΞΈ^]=ΞΈE[\hat{\theta}] = \theta
πŸ”¬ Derivation
Goal:

Prove that sample proportion is an unbiased estimator of population proportion p

Starting from:

We know the count of successes X in a binomial sample has expectation E[X] = np

  1. 1

    The sample proportion is defined as

  2. 2

    Apply linearity of expectation:

  3. 3

    Substitute E[X] = np:

Result:

The expected value of is exactly equal to p, so sample proportion is an unbiased estimator of population proportion.

πŸ“ Worked Example

A student proposes a new estimator for population proportion p: . If the true p is 0.3 and n=10, calculate the bias of this new estimator.

  1. 1

    Bias is defined as , so first calculate

  2. 2

  3. 3

    Substitute n=10, p=0.3:

  4. 4

    Calculate bias: , so the estimator has a positive bias of ~0.033

3. Minimum Variance and Consistencyβ˜…β˜…β˜…β˜†β˜†β± 3 min

Unbiasedness alone is not enough to make an estimator optimal. You also want the estimator to have low sampling variability, measured by the variance of its sampling distribution. An estimator that has the smallest possible variance among all unbiased estimators for a parameter is called a minimum variance unbiased estimator (MVUE).

An estimator is consistent if as the sample size n grows to infinity, the probability that the estimator is arbitrarily close to the true parameter approaches 1. All unbiased estimators for proportions are consistent, as increasing sample size reduces their standard error.

πŸ“ Worked Example

Two unbiased estimators for p are proposed: Estimator A has variance , Estimator B has variance . Which estimator is better, and why?

  1. 1

    Both estimators are unbiased, so we compare their variances to select the optimal one

  2. 2

    Estimator A has half the variance of Estimator B for any fixed sample size n

  3. 3

    This means Estimator A will produce estimates that are, on average, closer to the true p than Estimator B

  4. 4

    Therefore Estimator A is the better minimum variance unbiased estimator

4. Estimator Selection for Proportion Inferenceβ˜…β˜…β˜†β˜†β˜†β± 2 min

All confidence interval and hypothesis test procedures for population proportion on the AP exam use the sample proportion as the point estimator. You will never be asked to use an alternative estimator for standard inference questions, but you may be tested on why is chosen over other possible estimators.

πŸ“ Worked Example

A researcher surveys 200 randomly selected US adults and finds 120 support a new public health policy. What is the correct point estimator for the true population proportion of support?

  1. 1

    Identify the number of successes X = 120, sample size n = 200

  2. 2

    Calculate the sample proportion:

  3. 3

    This value is the unbiased minimum variance estimator for the true population proportion of support

5. Common Pitfalls

Wrong move:

Claiming all sample statistics are unbiased estimators

Why:

Many common statistics (e.g., sample range, sample standard deviation s) are biased estimators for their corresponding population parameters

Correct move:

Only confirm an estimator is unbiased if you can prove its expected value equals the target parameter

Wrong move:

Prioritizing low variance over unbiasedness when selecting an estimator

Why:

A biased estimator with very low variance will systematically produce wrong estimates, even if they are consistent

Correct move:

First confirm the estimator is unbiased, then select the one with the smallest variance

Wrong move:

Confusing a point estimate (single calculated value from a sample) with a point estimator (the general formula)

Why:

AP graders will deduct points if you refer to a specific 0.6 sample value as the estimator, rather than the formula X/n

Correct move:

Label the formula as the estimator, and the single calculated number as the point estimate

Wrong move:

Calculating bias as the difference between your sample point estimate and the true parameter

Why:

Bias is a property of the estimator's sampling distribution, not a single sample result

Correct move:

Bias is defined as the difference between the expected value of the estimator across all samples and the true parameter

6. Quick Reference Cheatsheet

Property

Definition

Requirement for (estimator of p)

Unbiasedness

Satisfied,

Minimum Variance

Smallest variance among all unbiased estimators

Satisfied for simple random samples

Consistency

Estimator converges to as

Satisfied, standard error shrinks as n increases

Bias

Bias of = 0

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ Section

    Identify unbiased estimator for proportion

  • 2022 Β· Free Response Q2

    Calculate bias of adjusted proportion estimator

  • 2021 Β· MCQ Section

    Compare variance of two unbiased estimators

What's Next

Mastering the properties of estimators is the critical foundation you need to build for all subsequent inference for proportions topics. The unbiasedness of is the core justification for why one-proportion z-confidence intervals and z-hypothesis tests produce valid, reliable results that do not systematically over- or under-estimate the true population proportion. You will see estimator properties tested directly in 1-2 multiple choice questions on almost every AP exam, and they are frequently required as justification steps in free response inference questions to earn full reasoning points. Next, you will apply these estimator properties to calculate the standard error of the sample proportion, then move on to constructing formal confidence intervals for population proportions.