Template:Classification of multiple hypothesis tests
Appearance
The following table defines the possible outcomes when testing multiple null hypotheses. Suppose we have a number m of null hypotheses, denoted by: H1, H2, ..., Hm. Using a statistical test, we reject the null hypothesis if the test is declared significant. We do not reject the null hypothesis if the test is non-significant. Summing each type of outcome over all Hi yields the following random variables:
Null hypothesis is true (H0) | Alternative hypothesis is true (HA) | Total | |
---|---|---|---|
Test is declared significant | V | S | R |
Test is declared non-significant | U | T | |
Total | m |
- m is the total number hypotheses tested
- is the number of true null hypotheses, an unknown parameter
- is the number of true alternative hypotheses
- V is the number of false positives (Type I error) (also called "false discoveries")
- S is the number of true positives (also called "true discoveries")
- T is the number of false negatives (Type II error)
- U is the number of true negatives
- is the number of rejected null hypotheses (also called "discoveries", either true or false)
In m hypothesis tests of which are true null hypotheses, R is an observable random variable, and S, T, U, and V are unobservable random variables.
Template documentation
This template's documentation is missing, inadequate, or does not accurately describe its functionality or the parameters in its code. Please help to expand and improve it. |