Abtest Significance Calculator
Test whether your A/B experiment results are statistically significant. Enter control and variation conversion rates and sample sizes to get p-value and
Abtest Significance Calculator
Calculator
Adjust values & calculateEnter your values below. Every result is computed in your browser โ no data is sent to any server.
Formula: z = (p1 - p2) / sqrt(p_pooled ร (1-p_pooled) ร (1/n1 + 1/n2))
Worked example โ Significant at 95% confidence | 20% lift | p = 0.018
Reviewed for accuracy by Daniel Agrici, Founder & Lead Developer ยท Editorial policy
Abtest Significance Calculator Formula
z = (p1 - p2) / sqrt(p_pooled ร (1-p_pooled) ร (1/n1 + 1/n2))
Uses a two-proportion z-test. The pooled proportion combines both groups. The z-score measures how many standard errors the observed difference is from zero. The p-value is derived from the standard normal distribution (two-tailed). Statistical significance is declared at p < 0.05.
Abtest Significance Calculator โ Worked Examples
Example 1: Landing Page A/B Test
Problem:Control: 10,000 visitors, 300 conversions (3.0%). Variant: 10,000 visitors, 360 conversions (3.6%). Is the variant significantly better?
Solution:Lift: (3.6-3.0)/3.0 = 20.0% Pooled rate: 660/20,000 = 3.3% SE = sqrt(0.033 ร 0.967 ร 2/10,000) = 0.00253 z = 0.006/0.00253 = 2.37 p = 0.018 < 0.05
Result:Significant at 95% confidence | 20% lift | p = 0.018
Example 2: Button Color Test (Not Significant)
Problem:Control: 2,000 visitors, 50 conversions (2.5%). Variant: 2,000 visitors, 55 conversions (2.75%). Is this significant?
Solution:Lift: (2.75-2.5)/2.5 = 10.0% Pooled rate: 105/4,000 = 2.625% SE = sqrt(0.02625 ร 0.97375 ร 2/2,000) = 0.00504 z = 0.0025/0.00504 = 0.496 p = 0.62 > 0.05
Result:Not significant (p = 0.62) โ need more data
Abtest Significance Calculator โ Frequently Asked Questions
What is A/B test statistical significance?
Statistical significance in A/B testing means the observed difference between control and variant is unlikely to be due to random chance alone. The standard threshold is p < 0.05 (95% confidence), meaning there is less than a 5% probability the result occurred by chance. A significant result does not mean the effect is large or practically important โ it only means it is unlikely to be zero.
What is the difference between p-value and confidence level?
The p-value is the probability of observing results as extreme as (or more extreme than) the actual results, assuming no real difference exists. The confidence level is 1 - p-value (expressed as a percentage). A p-value of 0.03 means 97% confidence. The convention is to require p < 0.05 (95% confidence) to declare significance, but 99% confidence (p < 0.01) is used for high-stakes decisions.
Abtest Significance Calculator โ Background & Theory
History of the Abtest Significance Calculator
References
Related Calculators
๐งฎFeature Importance Explainer
Calculate feature importance explainer with inputs, formulas, and instant results.
๐งฎFlashcard Generator Concept Extractor
Calculate flashcard generator concept extractor with inputs, formulas, and instant results.
๐งฎHotel Price Forecast Event Impact
Calculate hotel price forecast event impact with inputs, formulas, and instant results.
๐งฎIcon Set Consistency Checker
Calculate icon set consistency checker with inputs, formulas, and instant results.
๐งฎLab Report Unit Consistency Checker
Calculate lab report unit consistency checker with inputs, formulas, and instant results.
๐งฎLoan Lifecycle Planner Refi Payoff
Calculate loan lifecycle planner refi payoff with inputs, formulas, and instant results.