Inference, estimation, and decision-making from data
A point estimate like x̄ = 5.2 is almost certainly not exactly the true mean, so a single number alone is dishonest. A confidence interval reports a range plus a confidence level: "the true θ lies in [L, U], with 95% confidence." It quantifies how much your finite sample lets you trust the estimate.
The most common case uses the Central Limit Theorem: the sample mean is approximately normal, so the interval is the estimate plus-or-minus a margin of error:
The standard error σ/√n shrinks as n grows: four times the data halves the margin. The z-value sets the confidence: 1.96 for 95%, 2.576 for 99%.