Confidence intervals
A single sample mean is a point estimate, and it is almost surely slightly off. It is more honest to state not a point but a range in which the true value plausibly lies. That is a confidence interval. But what exactly does "95%" mean?
The white dashed line is the true value (unknown to us in real life). Take a sample: it yields a mean and an interval around it. Press "take a sample" a few times β each segment is the interval from one sample.
That is why reports say not "conversion 12%" but "12% Β± 2%": the interval honestly shows how confident we are. Two estimates with overlapping intervals are too early to tell apart β we'll see this in the A/B test lesson.
And remember: a wide interval is not an error but a signal that "data is scarce". Want it narrower β collect more observations.
Confidence intervals stand behind the "margin of error" in poll coverage ("45% Β± 3%"), behind forecast ranges and error bars on dashboard charts.
It is the same thing everywhere: don't pretend the estimate is exact β show its uncertainty honestly.
Definitions
The formula CI = xΜ Β± zΒ·SE relies on the normality of the sampling distribution (the CLT) and a sample-based estimate of Ο; for small n use the t-distribution instead of z (slightly wider). For a share you need enough successes and failures.
The interval captures only RANDOM error. Systematic bias (an unrepresentative sample) is invisible to it β you can get a narrow but wrong interval around a biased estimate.