Back to AI Math Mind Map
中文·English
📐 AI MathID: confidence-interval

Confidence Intervals

置信区间
🎯Core Definition
A confidence interval is a random interval constructed from the sample; for a normal mean the classic form is
📌Overview
CI=xˉ±zα/2σnCI = \bar{x} \pm z_{\alpha/2} \frac{\sigma}{\sqrt{n}},
📌Overview
with zα/2z_{\alpha/2} the standard-normal quantile and σ/n\sigma/\sqrt{n} the standard error — width is set by both precision and confidence level. The frequentist interpretation is coverage: across repeated sampling, 100(1α)%100(1-\alpha)\% of intervals contain the true value; for a single interval, the notion of a “probability the parameter falls inside” does not apply — the parameter is fixed, the interval is random.
💡Use Cases
quantifying estimation uncertainty, reporting error bars for A/B experiments and model evaluation; interviews typically probe the strict coverage interpretation, switching to the t-distribution when σ\sigma is unknown, and the duality with two-sided tests.
Key Problems Solved
a point estimate gives a single number with no precision information; a CI reports both the estimate and its uncertainty: raising confidence from 95% to 99% (zα/2z_{\alpha/2} from 1.96 to 2.576) or halving nn widens the interval substantially; by duality, a 95% CI that excludes μ0\mu_0 is equivalent to rejecting H0:μ=μ0H_0: \mu = \mu_0 at α=0.05\alpha = 0.05; when no closed form exists (complex statistics), the Bootstrap supplies approximate intervals.
🎯5 High-Frequency Exam Points
1
The 95% CI xˉ±zα/2σ/n\bar{x} \pm z_{\alpha/2}\sigma/\sqrt{n} for a normal mean with known variance: meaning of each component?
2
Strict coverage interpretation: why can't we say the true value lies in the interval with 95% probability?
3
How does the width change when confidence goes 95%→99%, or when nn doubles?
4
Why the t-distribution when σ\sigma is unknown? Difference from the normal approximation?
5
What is the duality between confidence intervals and two-sided hypothesis tests?
Updated 2026-08-12
🎯
Test Your Knowledge: Practice Questions for "Confidence Intervals"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardHypothesis TestingNext CardCausal Inference (Rubin)

🔗 More AI Math Knowledge Cards

Adam/AdamW MathBayesian InferenceBias-Variance DecompositionBootstrap