Confidence Interval

Statistics
definition

Also known as: CI

Grade 9-12

View on concept map

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

Sample: \bar{x} = 82, s = 10, n = 64. For 95\% CI (z^* = 1.96): 82 \pm 1.96 \cdot \frac{10}{\sqrt{64}} = 82 \pm 2.45 = (79.55,\; 84.45)

Formula

\bar{x} \pm z^* \cdot \frac{s}{\sqrt{n}}

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.

💭 Hint When Stuck

Use the formula: point estimate \pm (critical value \times standard error). For a 95% CI with large n, the critical value is about 1.96. The interval says where the true parameter plausibly lies.

Formal View

\bar{x} \pm z^* \cdot \frac{s}{\sqrt{n}} where P(-z^* < Z < z^*) = 1 - \alpha for confidence level 1 - \alpha

🚧 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.

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.

What is the Confidence Interval formula?

\bar{x} \pm z^* \cdot \frac{s}{\sqrt{n}}

When do you use Confidence Interval?

Use the formula: point estimate \pm (critical value \times standard error). For a 95% CI with large n, the critical value is about 1.96. The interval says where the true parameter plausibly lies.

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.