Courses / Mathematics I
Data Analysis and Probability

Confidence Intervals and Estimation

A single sample number (point estimate, like x) almost never hits the true population parameter exactly.

Mathematics I 218 words Free to read

Point to Interval Estimation

A single sample number (point estimate, like xˉ\bar{x}) almost never hits the true population parameter exactly. A confidence interval gives a range of plausible values paired with a confidence level, honestly capturing our uncertainty.

The general formula is: xˉ±(critical value)×standard error\bar{x} \pm (\text{critical value}) \times \text{standard error}

This equals your point estimate plus or minus a margin of error. The margin multiplies a critical value (set by your confidence level, like 1.961.96 for 95%) by the standard error σn\frac{\sigma}{\sqrt{n}}.

LeverChangeEffect on IntervalWhy
ConfidenceHigher (99% vs 95%)WiderBigger net catches more
Sample SizeLarger (nn)NarrowerMore data adds precision

Decoding Confidence

Common Pitfall: Thinking a 95% interval means a "95% probability the true value is in this specific interval." The true parameter is fixed, and your calculated interval either contains it (1) or doesn't (0). Probability doesn't apply after the interval is built.

Instead, the confidence level describes the procedure: if you draw repeated samples and build an interval each time, about 95% of those intervals will contain the true parameter. Confidence belongs to the method, not the single interval.

xˉ±zσn\bar{x} \pm z \cdot \frac{\sigma}{\sqrt{n}}

Confidence Intervals and Estimation

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Data Analysis and Probability