Skip to content

Confidence Intervals & Estimation

A single number from a sample is only ever an estimate. These tools express how precise that estimate is with an interval, always shown alongside its estimate, standard error, confidence level, and method, since a bare interval without knowing how it was built is not enough to interpret responsibly.

Every engine here states which method it uses (a t interval, a Wilson score interval, a Fisher z transform) explicitly rather than silently picking one, because different methods make different assumptions and give different intervals on the same data.

Engines in this category