- Source: Bonferroni correction
In statistics, the Bonferroni correction is a method to counteract the multiple comparisons problem.
Background
The method is named for its use of the Bonferroni inequalities.
Application of the method to confidence intervals was described by Olive Jean Dunn.
Statistical hypothesis testing is based on rejecting the null hypothesis when the likelihood of the observed data would be low if the null hypothesis were true. If multiple hypotheses are tested, the probability of observing a rare event increases, and therefore, the likelihood of incorrectly rejecting a null hypothesis (i.e., making a Type I error) increases.
The Bonferroni correction compensates for that increase by testing each individual hypothesis at a significance level of
α
/
m
{\displaystyle \alpha /m}
, where
α
{\displaystyle \alpha }
is the desired overall alpha level and
m
{\displaystyle m}
is the number of hypotheses. For example, if a trial is testing
m
=
20
{\displaystyle m=20}
hypotheses with a desired overall
α
=
0.05
{\displaystyle \alpha =0.05}
, then the Bonferroni correction would test each individual hypothesis at
α
=
0.05
/
20
=
0.0025
{\displaystyle \alpha =0.05/20=0.0025}
.
The Bonferroni correction can also be applied as a p-value adjustment: Using that approach, instead of adjusting the alpha level, each p-value is multiplied by the number of tests (with adjusted p-values that exceed 1 then being reduced to 1), and the alpha level is left unchanged. The significance decisions using this approach will be the same as when using the alpha-level adjustment approach.
Definition
Let
H
1
,
…
,
H
m
{\displaystyle H_{1},\ldots ,H_{m}}
be a family of null hypotheses and let
p
1
,
…
,
p
m
{\displaystyle p_{1},\ldots ,p_{m}}
be their corresponding p-values. Let
m
{\displaystyle m}
be the total number of null hypotheses, and let
m
0
{\displaystyle m_{0}}
be the number of true null hypotheses (which is presumably unknown to the researcher). The family-wise error rate (FWER) is the probability of rejecting at least one true
H
i
{\displaystyle H_{i}}
, that is, of making at least one type I error. The Bonferroni correction rejects the null hypothesis for each
p
i
≤
α
m
{\displaystyle p_{i}\leq {\frac {\alpha }{m}}}
, thereby controlling the FWER at
≤
α
{\displaystyle \leq \alpha }
. Proof of this control follows from Boole's inequality, as follows:
FWER
=
P
{
⋃
i
=
1
m
0
(
p
i
≤
α
m
)
}
≤
∑
i
=
1
m
0
{
P
(
p
i
≤
α
m
)
}
≤
m
0
α
m
≤
α
.
{\displaystyle {\text{FWER}}=P\left\{\bigcup _{i=1}^{m_{0}}\left(p_{i}\leq {\frac {\alpha }{m}}\right)\right\}\leq \sum _{i=1}^{m_{0}}\left\{P\left(p_{i}\leq {\frac {\alpha }{m}}\right)\right\}\leq m_{0}{\frac {\alpha }{m}}\leq \alpha .}
This control does not require any assumptions about dependence among the p-values or about how many of the null hypotheses are true.
Extensions
= Generalization
=Rather than testing each hypothesis at the
α
/
m
{\displaystyle \alpha /m}
level, the hypotheses may be tested at any other combination of levels that add up to
α
{\displaystyle \alpha }
, provided that the level of each test is decided before looking at the data. For example, for two hypothesis tests, an overall
α
{\displaystyle \alpha }
of 0.05 could be maintained by conducting one test at 0.04 and the other at 0.01.
= Confidence intervals
=The procedure proposed by Dunn can be used to adjust confidence intervals. If one establishes
m
{\displaystyle m}
confidence intervals, and wishes to have an overall confidence level of
1
−
α
{\displaystyle 1-\alpha }
, each individual confidence interval can be adjusted to the level of
1
−
α
m
{\displaystyle 1-{\frac {\alpha }{m}}}
.
= Continuous problems
=When searching for a signal in a continuous parameter space there can also be a problem of multiple comparisons, or look-elsewhere effect. For example, a physicist might be looking to discover a particle of unknown mass by considering a large range of masses; this was the case during the Nobel Prize winning detection of the Higgs boson. In such cases, one can apply a continuous generalization of the Bonferroni correction by employing Bayesian logic to relate the effective number of trials,
m
{\displaystyle m}
, to the prior-to-posterior volume ratio.
Alternatives
There are alternative ways to control the family-wise error rate. For example, the Holm–Bonferroni method and the Šidák correction are universally more powerful procedures than the Bonferroni correction, meaning that they are always at least as powerful. But unlike the Bonferroni procedure, these methods do not control the expected number of Type I errors per family (the per-family Type I error rate).
Criticism
With respect to FWER control, the Bonferroni correction can be conservative if there are a large number of tests and/or the test statistics are positively correlated.
Multiple-testing corrections, including the Bonferroni procedure, increase the probability of Type II errors when null hypotheses are false, i.e., they reduce statistical power.
References
External links
Bonferroni, Sidak online calculator
Kata Kunci Pencarian:
- Bonferroni correction
- Holm–Bonferroni method
- Multiple comparisons problem
- Carlo Emilio Bonferroni
- Šidák correction
- False discovery rate
- Kruskal–Wallis test
- Family-wise error rate
- Data dredging
- Harmonic mean p-value