Inferensys

Glossary

Bonferroni Correction

A conservative multiple comparison adjustment that divides the significance threshold (α) by the number of tests (m) to control the family-wise error rate.
Cinematic overhead of a WeWork creative suite room with multiple curved monitors showing AI decision dashboards, executives in casual attire reviewing data, dramatic pendant lighting.
MULTIPLE COMPARISON ADJUSTMENT

What is Bonferroni Correction?

A statistical method for controlling the family-wise error rate when performing multiple simultaneous hypothesis tests.

The Bonferroni correction is a conservative statistical adjustment that controls the family-wise error rate (FWER) by dividing the desired significance threshold (α) by the number of independent tests performed. This method directly mitigates the inflation of Type I error probability that occurs when multiple hypotheses are evaluated simultaneously, ensuring that the chance of making even a single false positive claim remains at or below the original alpha level.

In clinical validation study design, the correction is applied by setting a new per-test significance threshold of α/m, where m is the number of comparisons. While highly effective at preventing spurious findings, its stringency increases the risk of Type II errors, making it most appropriate for confirmatory trials where strict control of false positives is paramount, such as multi-endpoint diagnostic accuracy studies.

MULTIPLE COMPARISON CONTROL

Key Characteristics of the Bonferroni Correction

A conservative statistical adjustment that controls the family-wise error rate by dividing the significance threshold by the number of tests performed.

01

Core Mechanism

The Bonferroni correction operates on a simple principle: divide the alpha level by the number of comparisons.

  • If testing 10 hypotheses at α = 0.05, the corrected threshold becomes α_corrected = 0.05 / 10 = 0.005
  • Each individual test must achieve p < 0.005 to reject the null hypothesis
  • This directly controls the family-wise error rate (FWER) — the probability of making at least one Type I error across all tests
  • The method makes no assumptions about the dependence structure among tests, making it universally applicable
02

Mathematical Foundation

The correction is derived from Boole's inequality, which states that the probability of a union of events is less than or equal to the sum of their individual probabilities.

  • For m independent tests: P(at least one false positive) ≤ m × α
  • Setting m × α = 0.05 yields the Bonferroni adjustment: α / m
  • This guarantees strong control of the FWER at the desired level
  • The inequality holds regardless of correlation between tests, making the method robust but inherently conservative
03

Conservative Nature

The Bonferroni correction is widely recognized as overly conservative, especially with large numbers of comparisons.

  • As the number of tests increases, the corrected threshold becomes extremely stringent
  • This dramatically reduces statistical power — the ability to detect true effects
  • For 100 tests at α = 0.05, the threshold drops to 0.0005, potentially missing genuine diagnostic signals
  • In medical imaging studies with thousands of voxel-wise comparisons, the correction may be impractically strict
  • Alternative methods like the Benjamini-Hochberg procedure control the false discovery rate instead, offering greater power
04

Application in Diagnostic Studies

In clinical validation of diagnostic AI, the Bonferroni correction is applied when evaluating multiple endpoints or subgroup analyses.

  • When comparing AI performance across multiple anatomical regions, each comparison inflates the Type I error risk
  • A study evaluating sensitivity for 5 different lesion types would use α = 0.01 per test
  • Regulatory bodies like the FDA often expect multiplicity adjustments in pivotal trials with co-primary endpoints
  • The correction is also used in reader studies when comparing multiple radiologist-AI interaction scenarios
  • Failing to adjust for multiplicity can lead to spurious claims of diagnostic superiority
05

Alternatives and Extensions

Several modifications address the Bonferroni correction's conservatism while maintaining FWER control.

  • Holm-Bonferroni method: A step-down procedure that sequentially rejects hypotheses, uniformly more powerful than the standard Bonferroni
  • Šidák correction: Uses α_S = 1 - (1 - α)^(1/m), slightly less conservative when tests are independent
  • Hochberg's step-up procedure: Offers greater power for positively correlated tests
  • Permutation testing: Computes an empirical null distribution by shuffling labels, accounting for the actual correlation structure
  • In genomic and radiomic studies with thousands of features, the Benjamini-Hochberg FDR control is strongly preferred over FWER methods
06

Reporting Standards

Clinical validation studies must transparently document multiplicity adjustments to meet regulatory and publication standards.

  • Clearly state the number of comparisons and the rationale for the chosen correction method
  • Report both unadjusted and adjusted p-values to allow independent assessment
  • Specify whether the analysis was pre-specified or exploratory — post-hoc multiplicity adjustments carry less evidentiary weight
  • The CONSORT-AI and STARD-AI reporting guidelines emphasize explicit documentation of multiplicity strategies
  • For FDA submissions, the statistical analysis plan must prospectively define the multiplicity adjustment approach to maintain trial integrity
FAMILYWISE ERROR RATE CONTROL METHODS

Bonferroni Correction vs. Other Multiplicity Adjustments

Comparison of statistical methods for controlling Type I error inflation when performing multiple hypothesis tests in clinical validation studies.

FeatureBonferroni CorrectionHolm-Bonferroni MethodBenjamini-Hochberg (FDR)

Error rate controlled

Familywise Error Rate (FWER)

Familywise Error Rate (FWER)

False Discovery Rate (FDR)

Assumption on test dependence

None (valid under any dependence)

None (valid under any dependence)

Positive regression dependency

Adjusted significance threshold

α / m

α / (m - k + 1) for k-th smallest p-value

α × (k / m) for k-th smallest p-value

Relative statistical power

Lowest (most conservative)

Higher than Bonferroni

Highest among the three

Controls Type I error strongly

Suitable for confirmatory pivotal trials

Suitable for exploratory hypothesis generation

Proportion of false positives allowed

0 (strict zero tolerance)

0 (strict zero tolerance)

Up to α proportion of rejections

BONFERRONI CORRECTION

Frequently Asked Questions

Clear, direct answers to the most common questions about the Bonferroni correction and its role in controlling false positives during multiple statistical comparisons in clinical validation studies.

The Bonferroni correction is a conservative statistical adjustment that controls the family-wise error rate (FWER) by dividing the desired overall significance level (α) by the number of independent hypothesis tests performed. When a diagnostic AI study evaluates multiple endpoints—such as sensitivity across several lesion types or specificity at different operating points—each individual test increases the probability of a false positive. The correction resets the threshold for statistical significance to α/n, where n is the number of comparisons. For example, if a clinical validation study tests 10 different imaging biomarkers at a standard α of 0.05, the Bonferroni-adjusted threshold becomes 0.005. This ensures that the probability of making even a single Type I error across the entire family of tests remains at or below the nominal 5% level. The method is non-parametric and makes no assumptions about the dependence structure among the tests, which contributes to its broad applicability but also its reputation for being overly stringent when many correlated endpoints are evaluated simultaneously.

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.