Home Statistical Dictionary Confidence Interval

Confidence Interval

A range of values, computed from sample data, that would contain the true population parameter in a specified proportion of repeated samples.

InferenceBeginnerFree

In Plain English

A 95% confidence interval doesn't mean there's a 95% chance the true value falls inside this particular interval. It means: if you repeated the whole sampling process many times and built an interval the same way each time, about 95% of those intervals would contain the true value.

Definition

For a parameter and confidence level , a confidence interval is an interval , computed from the sample, such that , where the probability is taken over repeated sampling -- itself is fixed, not random, in frequentist inference.

Formula

Notation

Point estimate of the parameter
Critical value from the standard normal (or t) distribution
Standard error of the estimate

Properties

  • Increasing the confidence level widens the interval, all else equal.
  • Increasing the sample size narrows the interval, all else equal.
  • A frequentist CI says nothing about the probability of one specific interval containing -- is fixed, the interval is what's random.

At a Glance

Confidence levelcommonly 90%, 95%, or 99%
Width depends onsample size, variability, confidence level
Wider interval meansmore confidence, less precision
Not the same asa Bayesian credible interval
Last updated July 30, 2026← Back to the Dictionary