Point to Interval Estimation
A single sample number (point estimate, like ) almost never hits the true population parameter exactly. A confidence interval gives a range of plausible values paired with a confidence level, honestly capturing our uncertainty.
The general formula is:
This equals your point estimate plus or minus a margin of error. The margin multiplies a critical value (set by your confidence level, like for 95%) by the standard error .
| Lever | Change | Effect on Interval | Why |
|---|---|---|---|
| Confidence | Higher (99% vs 95%) | Wider | Bigger net catches more |
| Sample Size | Larger () | Narrower | More data adds precision |
Decoding Confidence
Common Pitfall: Thinking a 95% interval means a "95% probability the true value is in this specific interval." The true parameter is fixed, and your calculated interval either contains it (1) or doesn't (0). Probability doesn't apply after the interval is built.
Instead, the confidence level describes the procedure: if you draw repeated samples and build an interval each time, about 95% of those intervals will contain the true parameter. Confidence belongs to the method, not the single interval.