Confidence Intervals
Construct confidence intervals using $ar{x} pm z^* rac{sigma}{sqrt{n}}$ to estimate population parameters. Visualize how confidence level, sample size, and variability affect interval width, and interpret what it means to be 95% confident about capturing the true parameter.
WHAT IS A CONFIDENCE INTERVAL?
A confidence interval (CI) provides a range of plausible values for a population parameter (like or ). It is constructed from a point estimate and a margin of error. A **C% confidence level** means that if we were to take many samples and build intervals the same way, approximately C% of those intervals would capture the true population parameter. It is a measure of the reliability of our estimation process.
HOW TO USE THIS VISUALIZATION
1. **Simulate Intervals**: Run a simulation to generate 50 or 100 confidence intervals at once. 2. **Check Coverage**: Look at which intervals cross the vertical line representing the true population parameter. The "misses" are usually highlighted in red. 3. **Adjust Confidence Level**: Increase the level (e.g., from 90% to 99%) and notice how the intervals get wider to ensure higher reliability. 4. **Change **: Increase the sample size and watch the intervals narrow, providing a more precise estimate.
CORE FORMULAS
AP EXAM CONNECTION
Unit: Unit 6 & 7: Inference (Topic 6.2, 7.2)
Learning Objective: INF-1.A
COMMON MISCONCEPTIONS
- Saying there is a "95% probability" that the parameter is in a *specific* calculated interval (the parameter is either in it or not).
- Thinking that 95% confidence means 95% of the *data* is in the interval.
- Ignoring the necessary conditions: Randomness, 10% rule, and Normality (Large Counts or ).
KEY TAKEAWAYS
- The confidence level describes the long-run success rate of the method.
- A margin of error accounts for sampling variability, not bias.
- There is a trade-off between precision (narrowness) and reliability (confidence level).
PRACTICE QUESTIONS
Q1 (CONCEPTUAL): Which of the following would result in a narrower confidence interval: increasing the confidence level or increasing the sample size?
Show Answer & Explanation
Answer: Increasing the sample size
Explanation: Increasing decreases the standard error, leading to a smaller margin of error and a narrower interval. Increasing the confidence level requires a larger critical value ( or ), making the interval wider.