- Home
- /
- Math
- /
- Statistics & Probability
- /
- Confidence Interval
A range of values, computed from sample data, that is likely to contain the true population parameter with a specified level of confidence. Point estimates (like \bar{x} = 82) are almost certainly not exactly right.
Definition
A range of values, computed from sample data, that is likely to contain the true population parameter with a specified level of confidence.
💡 Intuition
You can't know the exact average height of all Americans, but after measuring 200 people you can say: 'I'm 95\% confident the true average is between 167 cm and 173 cm.' It's like casting a net—wider nets catch the true value more often, but narrower nets are more useful. A 95\% confidence level means that if you repeated this process 100 times, about 95 of those nets would contain the true value.
🎯 Core Idea
A confidence interval quantifies the precision of an estimate—it says 'here's my best guess, plus or minus the uncertainty.'
Example
Formula
Notation
z^* is the critical value (e.g., 1.96 for 95\% confidence); s is the sample standard deviation.
🌟 Why It Matters
Point estimates (like \bar{x} = 82) are almost certainly not exactly right. Confidence intervals honestly communicate how much uncertainty remains, which is essential for informed decision-making in polls, medical studies, and engineering.
Formal View
🚧 Common Stuck Point
A 95\% CI does NOT mean there's a 95\% probability the true parameter is in this specific interval. It means 95\% of similarly constructed intervals would contain the true parameter.
⚠️ Common Mistakes
- Saying 'there is a 95\% probability the true mean is in this interval'—the true mean is fixed, not random; the interval is random.
- Forgetting that increasing sample size n narrows the interval (more precision), while increasing confidence level widens it (more certainty).
- Using a z-interval when the population SD is unknown and n is small—should use a t-interval instead.
Go Deeper
Frequently Asked Questions
What is Confidence Interval in Math?
A range of values, computed from sample data, that is likely to contain the true population parameter with a specified level of confidence.
Why is Confidence Interval important?
Point estimates (like \bar{x} = 82) are almost certainly not exactly right. Confidence intervals honestly communicate how much uncertainty remains, which is essential for informed decision-making in polls, medical studies, and engineering.
What do students usually get wrong about Confidence Interval?
A 95\% CI does NOT mean there's a 95\% probability the true parameter is in this specific interval. It means 95\% of similarly constructed intervals would contain the true parameter.
What should I learn before Confidence Interval?
Before studying Confidence Interval, you should understand: sampling distribution, central limit theorem, z score.
Prerequisites
Next Steps
Cross-Subject Connections
How Confidence Interval Connects to Other Ideas
To understand confidence interval, you should first be comfortable with sampling distribution, central limit theorem and z score. Once you have a solid grasp of confidence interval, you can move on to margin of error and hypothesis testing.