Effect size is a standardized, scale-free quantitative measure of the magnitude of the difference between two groups or the strength of a relationship between variables. Unlike the p-value, which merely indicates whether an observed difference is likely due to chance, the effect size answers the critical business question: "How large is the impact?" This makes it indispensable for product managers and experimentation leads who must prioritize high-impact model changes over statistically significant but practically trivial noise in large-scale personalization systems.
Glossary
Effect Size

What is Effect Size?
Effect size is a quantitative measure of the magnitude of a phenomenon, providing a standardized assessment of practical significance that is independent of sample size.
Common measures include Cohen's d for differences between means and relative lift for percentage improvements in metrics like conversion rate. In A/B testing for AI-driven retail, a new recommendation model might show a statistically significant p-value of 0.01, but a negligible effect size of a 0.1% revenue lift. By standardizing the magnitude, effect size enables direct comparison across experiments with different sample sizes and metric scales, preventing the common fallacy of conflating statistical significance with business value.
Key Effect Size Measures
Effect size quantifies the practical magnitude of a difference, independent of sample size. These standardized measures allow direct comparison of results across experiments with different metrics or scales.
Cohen's d
The most widely used effect size for comparing the difference between two group means in standard deviation units.
- Interpretation: 0.2 = small, 0.5 = medium, 0.8 = large effect
- Formula: (Mean₁ − Mean₂) / Pooled Standard Deviation
- Use case: Comparing average order value between control and treatment groups in an A/B test
- Advantage: Unitless measure allows comparison across experiments with different outcome scales
Hedges' g
A bias-corrected variant of Cohen's d that applies a correction factor for small sample sizes.
- Key distinction: Cohen's d slightly overestimates effect size when n < 20; Hedges' g corrects this
- Formula: Cohen's d × correction factor J
- When to use: Experiments with unequal or small group sizes where precision is critical
- Convergence: As sample size increases, Hedges' g and Cohen's d become nearly identical
Glass's Δ (Delta)
An effect size measure that uses only the control group's standard deviation as the denominator, rather than the pooled standard deviation.
- Rationale: When treatment may affect variance, the control group SD provides a cleaner baseline
- Formula: (Mean₁ − Mean₂) / SD_control
- Primary use: Experimental designs where the treatment is expected to change variability, such as personalization algorithms that may polarize user behavior
- Conservative choice: Preferred when homogeneity of variance assumption is violated
Pearson's r (Correlation Coefficient)
Measures the strength and direction of a linear relationship between two continuous variables, ranging from -1 to +1.
- Interpretation: 0.1 = small, 0.3 = medium, 0.5 = large effect
- Squared value (r²): Represents the proportion of variance explained — a model with r = 0.5 explains 25% of outcome variance
- Application: Quantifying the relationship between a personalization score and conversion probability
- Limitation: Only captures linear relationships; use Spearman's ρ for monotonic non-linear associations
Eta-Squared (η²)
The proportion of total variance in the dependent variable attributable to a specific factor in ANOVA designs.
- Range: 0 to 1, interpreted as percentage of variance explained
- Benchmarks: 0.01 = small, 0.06 = medium, 0.14 = large effect
- Use case: Multi-variant A/B/n tests comparing more than two model variants simultaneously
- Partial η²: Used in factorial designs to isolate the effect of one factor while controlling for others
Relative Lift (Percentage Change)
A business-facing effect size expressing the treatment's impact as a percentage improvement over the control baseline.
- Formula: ((Metric_treatment − Metric_control) / Metric_control) × 100%
- Example: Control conversion rate of 4.2% vs. treatment rate of 4.7% = 11.9% relative lift
- Critical caveat: Always report alongside absolute difference — a 50% lift on a 0.1% base rate is only 0.05 percentage points
- Best practice: Pair with Cohen's d for statistical rigor when communicating with technical stakeholders
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Frequently Asked Questions
Clear answers to common questions about quantifying the magnitude of experimental effects, moving beyond p-values to understand real-world impact.
Effect size is a quantitative measure of the magnitude of the difference between two groups, providing a standardized assessment of practical significance that is independent of sample size. Unlike p-values, which only indicate whether an effect exists, effect size answers the question: "How large is the impact?" It works by normalizing the raw difference between group means using a measure of variability, such as the pooled standard deviation. Common indices include Cohen's d for continuous outcomes, odds ratios for binary outcomes, and eta-squared for variance explained. By standardizing the metric, effect sizes allow direct comparison across different experiments, instruments, and contexts, making them essential for meta-analysis and power analysis.
Related Terms
Mastering effect size requires understanding the broader statistical and experimental framework. These concepts are essential for designing, analyzing, and interpreting rigorous A/B tests for AI-driven personalization.
Statistical Power
The probability that a test will correctly reject a false null hypothesis. Power is a direct function of effect size, sample size, and alpha level. A smaller effect size requires a much larger sample to achieve the same statistical power.
- Directly determines required experiment duration
- Standard target is 80% (0.80) power
- Underpowered tests miss real improvements (Type II error)
Minimum Detectable Effect (MDE)
The smallest effect size an experiment is designed to reliably detect. Setting the MDE is a critical business decision that balances opportunity cost against infrastructure cost.
- Smaller MDE = exponentially larger sample required
- Used in pre-experiment power analysis
- Should be smaller than the expected practical impact
P-Value
The probability of observing data as extreme as the sample, assuming the null hypothesis is true. A p-value does not measure the magnitude or importance of a difference—only its statistical significance.
- A tiny p-value can accompany a trivial effect size
- Arbitrary threshold (e.g., p < 0.05) is not a substitute for practical significance
- Always report effect size alongside p-values
Confidence Interval
A range of plausible values for the true population parameter. For an effect size, a 95% confidence interval provides a measure of precision and uncertainty.
- A narrow interval indicates a precise estimate
- If the interval crosses zero, the effect is not statistically significant
- More informative than a single point estimate or p-value alone
Type I & Type II Errors
Type I Error (α): A false positive—concluding a variant has an effect when it does not. Type II Error (β): A false negative—failing to detect a real effect due to insufficient power.
- Effect size is central to controlling Type II error
- Power = 1 - β
- Balancing these errors defines experimental rigor
Peeking Problem
The statistical bias introduced when an experimenter repeatedly checks interim results and stops early upon seeing a significant p-value. This practice dramatically inflates the false positive rate and produces inflated effect size estimates.
- Requires sequential testing corrections (e.g., always-valid p-values)
- Pre-register experiment duration to avoid temptation
- A leading cause of non-reproducible results

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us