A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Confidence Intervals: General Framework

College Depth 97 in the knowledge graph I know this Set as goal
1,183topics build on this
500prerequisites beneath it
See this on the map →
Central Limit Theorem: Rigor and ApplicationsSampling Distributions+1 moreConfidence Intervals for MeansConfidence Intervals for Proportions+6 more
inference confidence-intervals estimation

Core Idea

A confidence interval is an interval estimate of a parameter with specified confidence level. A 95% CI means that if we repeated sampling, 95% of intervals constructed this way would contain the true parameter. The interval is: estimate ± (critical value) × (standard error).

How It's Best Learned

Simulate repeated sampling and construct CIs to verify coverage. Understand that confidence level is about the method, not the specific interval. Explore how sample size, confidence level, and variability affect interval width.

Explainer

You've studied sampling distributions — the distribution of a statistic like the sample mean X̄ across many repeated samples — and standard errors, which measure how spread out those sampling distributions are. A confidence interval is the next step: instead of reporting a single point estimate of an unknown parameter, you report a range of plausible values and attach a number to how reliably that range captures the truth. The framework applies to any estimator with a known or approximated sampling distribution.

The recipe has three components: an estimator (say X̄ for the population mean μ), a standard error (SE = σ/√n, or s/√n when σ is unknown and estimated from the sample), and a critical value (z_{α/2} from the standard normal, or t_{α/2,n-1} from the t-distribution). The interval is: estimate ± (critical value) × (standard error). For a 95% CI for a normal mean with known σ, this gives X̄ ± 1.96 × σ/√n, because 95% of standard normal draws fall within ±1.96 standard deviations of the mean. The critical value sets the width in "standard error units"; the standard error converts those units back to the scale of the data.

The confidence level interpretation is subtle and is the source of persistent confusion. A 95% CI does not mean "there is a 95% probability that μ lies in this specific interval." The parameter μ is a fixed (though unknown) number; it either is or isn't in the interval. The interval itself is random — it depends on the sample drawn. The correct statement is: the *procedure* produces intervals that contain μ in 95% of repeated applications. If you ran the study 100 times and built 100 intervals, roughly 95 would capture μ and 5 would not. Once you observe a specific interval, say [2.1, 3.4], you cannot assign a probability to it post-hoc; the 95% refers to the long-run performance of the method, not to the single realized interval.

The width of the interval is controlled by three factors: the confidence level (higher confidence → larger critical value → wider interval), the sample size (larger n → smaller SE = σ/√n → narrower interval), and the population variability (larger σ → wider interval). These tradeoffs are the practical content of the framework: to achieve both high confidence and narrow intervals, you must increase the sample size, because it is the only factor you typically control. This general template — estimator ± critical value × SE — applies directly to confidence intervals for proportions, differences of means, regression coefficients, and beyond. Only the sampling distribution and critical value change from case to case; the logic of the construction is always the same.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityConditional DistributionsBivariate Normal DistributionNormal Distribution: Properties and FundamentalsCentral Limit Theorem: Rigor and ApplicationsConfidence Intervals: General Framework

Longest path: 98 steps · 500 total prerequisite topics

Prerequisites (3)

Leads To (8)