Reading the Readout
P8.experimentation.03 · Audience: guest, it-ml, language-pro · Prerequisites: Designing an A/B Test
The test ran, the coin did its work, and a dashboard now shows a lift: "+2.3%". The hard part is not computing that number — the Statistics pillar already taught the machinery that produces it. The hard part is deciding what the number licenses you to do. A lift is an estimate wrapped in uncertainty, and the same readout can mean ship it, do not ship it, or we still do not know — depending entirely on how you read it. This module is about that reading.
A readout of "+2.3%" is never the truth — it is one noisy draw from a process. Run the identical experiment again next week and you would get +1.8%, or +3.1%. The single number is a point estimate; what matters is the range of true lifts consistent with the data, its confidence interval.
ⓘ Concept: Read the interval, not the point
Why it matters — A +2.3% point estimate with an interval of [+2.0%, +2.6%] is a confident win. The same +2.3% with an interval of [−1.5%, +6.1%] is a shrug — the data is equally consistent with a small loss and a large gain. Two experiments can show the identical headline lift and justify opposite decisions. Reading the point without the interval is how confident mistakes get shipped.
How that interval is actually computed — standard errors, the test statistic, the p-value that goes with it — is machinery this pillar deliberately does not re-derive. It belongs to Inference & Hypothesis Testing in the Statistics pillar, and the A/B specific walkthrough lives in Experiments & A/B Testing. Read those for how the interval is built; read on here for what to do once you have it.
Ask the mentor about this module
Ask a question about this content. The mentor explains and grounds its answer in what you are studying; asking is recorded as a learning signal, not a grade.
Try it yourself
A scratch console for this page's ideas — ungraded, nothing you run here is recorded.
Scratch console
A scratch console with the scientific stack (pandas, numpy, scikit-learn). Runs on the server — no network, resource-limited and measured.
Output appears here.
Where next?
Later in Experimentation