Unbiased estimators and variability are foundational concepts in statistical inference. An unbiased estimator is a statistic (like a sample mean or proportion) that, on average, equals the true population parameter. Variability measures how much sample statistics (e.g., means, proportions) spread out due to random sampling. These ideas are critical for constructing confidence intervals and hypothesis tests—both major AP exam topics. Real-world example: A factory tests whether a new machine produces fewer defective lightbulbs. They take a sample of 200 bulbs and find 8% defective. Is this sample proportion an unbiased estimate of the true defect rate? How much might it vary from the true rate?
normalcdf(lower, upper, ?, ?)
normalcdf(-1E99, 1.96, 0, 1)
invT(area to left, df)
invT(0.975, 19)
How to solve an FRQ about unbiased estimators and variability (e.g., confidence intervals or hypothesis tests):
Statistic: What’s your sample estimate? (e.g., p? = 0.08, x? = 120 mmHg).
Check conditions for inference:
Normal/Large Sample:
Calculate the standard error (SE):
For means: SE = s/?n (if-is unknown).
Construct a confidence interval (if asked):
For ?: x? ± t × (s/?n) (use t*-distribution if-is unknown).
Interpret in context:
Correction: Always verify n-0.10N (e.g., if sampling 50 students from a school of 500, 50-50-fails!).
Mistake: Using z instead of t for means when-is unknown.
Correction: Use t-distribution for means unless-is given (rare on AP exam). Why? The t-distribution accounts for extra variability from estimating-with s.
Mistake: Misinterpreting the confidence level (e.g., “There’s a 95% chance the interval contains the true mean”).
Correction: Say, “If we took many samples and constructed intervals this way, 95% would capture the true mean.” The parameter is fixed; the interval varies.
Mistake: Assuming the sampling distribution is normal without checking conditions.
Correction: For proportions, verify np-10 and n(1?p)-10. For means, check n-30 or normality.
Mistake: Confusing standard deviation (?) with standard error (SE).
normalcdf
tcdf
(D) ?(0.58 × 0.42 × 100) Answer: (A). SE for p? = ?[p?(1?p?)/n].
FRQ Part: A factory claims its new machine produces-2% defective items. A sample of 400 items has 12 defects. Is the sample proportion an unbiased estimator of the true defect rate? Explain. Answer: Yes, because the sample was randomly selected, so p? is an unbiased estimator of p. (Unbiasedness doesn’t depend on the sample size or the value of p?.)
Multiple Choice: Which of the following is not a condition for constructing a confidence interval for a population mean?
invT
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.