Inferensys

Glossary

Effect Size

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.
Consultant assessing AI maturity on laptop, assessment framework visible, professional office setup.
PRACTICAL SIGNIFICANCE

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.

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.

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.

STANDARDIZED METRICS

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.

01

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
02

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
03

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
04

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
05

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
06

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
PRACTICAL SIGNIFICANCE

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.

Prasad Kumkar

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.