A product analyst presents an A/B test dashboard. The treatment variant’s conversion rate improved by 0.4 percentage points, and the 95% confidence interval for the lift excludes zero. When a stakeholder asks: “So there’s a 95% chance the new version is better?” No one says no.That silence is the central subject of this article. The 95% in a confidence interval is not a probability attached to the model, the parameter, or the hypothesis. It is a probability attached to a procedure, and it has frequently misled people in medicine, product analytics, and finance because of confusion between the two.What Does a 95% Confidence Interval Actually Mean?The confidence interval as most people use it today comes from Jerzy Neyman's 1934–37 work on statistical estimation. Neyman was trying to solve a specific issue: any statement about an unknown parameter has to be built from data that could have come out differently. Run the same experiment again and you get a different sample, a different estimate, a different interval.His resolution was to stop asking "where is the parameter?" and instead start asking "how often does my method land on the truth?" A 95% confidence interval is defined in such a way that, when the same construction rule is applied repeatedly to new samples, 95% of the resulting intervals contain the true parameter. This is a statement about the long-run behavior of the rule, not about any single interval it generates.The mechanics, for a sample mean under the usual large-sample approximation, follow directly from the Central Limit Theorem. If x̄ is the sample mean of n draws from a distribution with true mean μ and standard deviation σ, then for large n:Rearranging so the parameter sits in the middle gives the familiar interval:The randomness in that statement belongs to x̄, not to μ. Once we plug in our actual observed x̄, the interval is fixed. It either contains μ or it doesn't. The 95% describes the machine that generated the interval, not the interval itself. Neyman was clear that this was an intended compromise: in return for giving up the possibility of stating "the parameter is here with such-and-such probability", one gains a guarantee that does not rely on anyone's prior beliefs. It is for this reason that the interpretation is so easily misunderstood. Experienced scientists and statisticians have on several occasions discovered that a majority accept statements equivalent to "there's a 95% probability that the parameter lies within this particular interval", which is in fact the kind of interpretation that Neyman's approach was specifically designed to exclude.To make this concrete, here’s a simulation of 100 confidence intervals constructed from repeated samples from the same population. Each horizontal line is one interval; the dashed vertical line is the true parameter value. Blue intervals contain the truth; red ones don’t.Figure 1: Each interval either contains the true parameter or it doesn’t. The 95% coverage is a property of the procedure, not of any single interval (Image by author)Bayesian Credible Intervals: A Different QuestionThe Bayesian alternative answers a different question and, not coincidentally, gives a different kind of interval. Instead of asking about the reliability of a procedure, it asks: given this specific data and what I believed beforehand, what should I believe now?That requires a prior distribution over the parameter, p(μ), which Bayes' theorem updates into a posterior:A 95% credible interval is simply the range over which this posterior integrates to 0.95. Unlike the confidence interval, this is a direct probability statement about the parameter, conditional on the data we actually observed and the prior we brought to the table.The catch is exactly that dependency. Two analysts with different priors, looking at identical data, will report different credible intervals. Both will be correct relative to their own starting beliefs. Frequentist theory was built partly to avoid this. A procedure's coverage guarantee doesn't care what our prior is, because it doesn't use one.Frequentist CIBayesian credible intervalQuestion answeredDoes this procedure work reliably?What should I believe, given data and prior?What's randomThe interval (across repeated sampling)The parameter (given fixed data)Depends on a priorNoYesInterpretation of "95%"95% of intervals built this way contain the truth95% posterior probability the parameter is in this rangeObjectivitySame result for any analystVaries with prior beliefA Difference, Analyzed TwiceLet's look at a subscription business. The basic monthly churn rate is 1.50 per cent. Following a product change, in a month when there were 20,000 active users the number of churned users was 350, which gives an observed rate of 1.75 per cent, representing a difference of 0.25 percentage points.The frequentist reads: Under the null hypothesis that the model is correctly calibrated, the standard error of the observed default rate is:The test statistic is z = 0.25 / 0.086 ≈ 2.9, corresponding to a two-sided p-value around 0.004. The 95% confidence interval around the observed gap is 0.25 ± 1.96 × 0.086 ≈ [0.08 pp, 0.42 pp], excluding zero. By this procedure, the change is statistically significant. The Bayesian reads twice: Now bring in a prior over the miscalibration gap δ = true churn − predicted churn.Weak prior - we have no strong view either way, encoded as δ ~ Normal(0, SD = 1.00 pp). Since the data are far more informative than this prior, the posterior is dominated by the likelihood:Posterior mean = (0.25 × 135.1 + 0 × 1.0) / (135.1 + 1.0) ≈ 0.25 pp; Posterior SD ≈ 0.086 pp → 95% credible interval ≈ [0.08 pp, 0.42 pp]Essentially identical to the frequentist result. This is no surprise, since a weak prior contributes almost no information for the data to override.Strong prior - this segment has been stable for five years of monitoring, and drift of more than a few basis points has been rare, so we encode δ ~ Normal(0, SD = 0.05 pp). Precision-weighting the two sources:Posterior mean = (0.25 × 135.1 + 0 × 400) / (135.1 + 400) ≈ 0.063 pp; Posterior SD ≈ 0.043 pp → 95% credible interval ≈ [−0.02 pp, 0.15 pp]That interval contains zero.Figure 2: With a weak prior, the posterior nearly matches the likelihood. With a strong prior near zero, the posterior shifts toward zero and the credible interval overlaps it (Image by author)Approach95% interval on the gapContains zero?Frequentist (Kupiec-style)[0.08 pp, 0.42 pp]No - reject calibrationBayesian, weak prior[0.08 pp, 0.42 pp]No - reject calibrationBayesian, strong prior[−0.02 pp, 0.15 pp]Yes - inconclusiveSame 20,000 users. Same 350 churn events. Three defensible conclusions, depending only on what was assumed before the data arrived and which question was being asked.The Jeffreys-Lindley Paradox: Why Large A/B Tests Can Mislead YouThis is a specific instance of what statisticians call the Jeffreys–Lindley paradox: as sample size grows, a frequentist test can reject a null hypothesis with high confidence at the exact moment a Bayesian analysis, under a prior concentrated near that null, becomes more supportive of it; not less. The standard error of a proportion shrinks with √n, so a fixed absolute deviation becomes an ever-larger number of standard errors as the portfolio grows. A gap that is economically trivial can become statistically undeniable purely as a function of scale.Figure 3: The same absolute difference crosses the significance threshold as the sample size increases, even if the practical impact is unchanged(Image by author)For a product analyst, this cuts against intuition, as a larger sample feels like it should produce a more trustworthy answer. In one sense it does. For example, the frequentist test grows more powerful at detecting real deviations. But “detectable” and “material” are not the same property, and a high-volume, low-churn product is exactly the setting where a procedure tuned to reject on tiny absolute differences will do so routinely, whether or not the difference has any business impact.Frequentist vs. Bayesian: When to Use Each in Product AnalyticsIt’s tempting to conclude that one of these frameworks is simply the correct one and the other is a historical detour. That conclusion doesn’t survive contact with how data-driven decisions actually work.Frequentist confidence intervals are valued for their reproducibility and objectivity: a test should produce the same conclusion regardless of which analyst runs it, and it should not quietly encode one person’s opinion as a statistical fact. That is precisely the property Neyman’s construction was designed to deliver, and it’s why frequentist tests remain the default in A/B testing platforms and regulated industries.But the coverage guarantee, taken alone, has nothing to say about what the analyst already knows: how this metric has behaved across past changes, how similar features have performed in similar user segments, whether a seasonal effect plausibly explains the gap. That accumulated judgment is exactly what a prior is supposed to encode. This is why an experienced analyst’s informal reasoning like “we’ve seen gaps like this before and they closed on their own” is not a lapse in rigor. It is basically Bayesian updating happening without the formal machinery.The practical position isn’t a compromise between the two. It’s using each for the question it actually answers: the frequentist test as the objective, reproducible gate that any reviewer would sign off on, and Bayesian reasoning as the layer that decides how much that gate result should move your actual belief — especially when the sample size is large enough that statistical and practical significance have quietly come apart.A Working Rule of ThumbBefore running the test, write down what result would actually change a decision. A gap of 0.05 percentage points probably shouldn’t move a product roadmap even if it’s statistically significant at n=100,000Treat a rejected null on a large sample as a prompt to check economic materiality, not as a verdict on its own.When a frequentist result and your prior expectation disagree sharply, treat that disagreement as a signal to investigate. A wrong prior, a data quality issue, or a genuinely new regime are all more likely explanations than either method being “broken.”Document which question a reported interval answers. “95% CI” and “95% credible interval” are not interchangeable labels, and a report that uses the wrong one is making a claim it can’t support.Further readingNeyman's coverage-based construction of confidence intervals, worked through formally: Dive into Deep Learning, §21.10, "Constructing Confidence Intervals"Hoekstra, R., Morey, R.D., Rouder, J.N., & Wagenmakers, E.J. (2014), "Robust misinterpretation of confidence intervals," the study documenting how often researchers endorse incorrect readings of CIs: PubMedA thorough, accessible treatment of the Jeffreys–Lindley paradox and why large samples sharpen the frequentist–Bayesian split: Bayesian SpectaclesKupiec's proportion-of-failures backtest in its native habitat, with the underlying likelihood-ratio derivation: Federal Reserve, "A Review of Backtesting and Backtesting Procedures"
The 95% Illusion: Why Your Confidence Interval Isn't What You Think It Is
Full Article
Original Source
Read the full article at Towardsdatascience →KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.