Difference between revisions of "Template:Classification of multiple hypothesis tests"

From blackwiki
Jump to navigation Jump to search
(not all of the outcomes described are "errors" (specifically, correct rejections and correct retentions of null hypothesis are not errors))
(minor fix)
Line 1: Line 1:
 
<!-- see https://en.wikipedia.org/wiki/Special:WhatLinksHere/Template:Classification_of_multiple_hypothesis_tests -->
 
<!-- see https://en.wikipedia.org/wiki/Special:WhatLinksHere/Template:Classification_of_multiple_hypothesis_tests -->
The following table defines the possible outcomes committed when testing multiple null hypotheses.  
+
The following table defines the possible outcomes when testing multiple null hypotheses.  
 
Suppose we have a number ''m'' of multiple null hypotheses, denoted by: ''H''<sub>1</sub>,&nbsp;''H''<sub>2</sub>,&nbsp;...,&nbsp;''H''<sub>''m''</sub>.
 
Suppose we have a number ''m'' of multiple null hypotheses, denoted by: ''H''<sub>1</sub>,&nbsp;''H''<sub>2</sub>,&nbsp;...,&nbsp;''H''<sub>''m''</sub>.
 
Using a [[Statistical hypothesis testing|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.
 
Using a [[Statistical hypothesis testing|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.

Revision as of 01:36, 19 November 2016

The following table defines the possible outcomes when testing multiple null hypotheses. Suppose we have a number m of multiple null hypotheses, denoted by: H1H2, ..., 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 the test results over Hi  will give us the following table and related random variables:

Null hypothesis is true (H0) Alternative hypothesis is true (HA) Total
Test is declared significant <math>V</math> <math>S</math> <math>R</math>
Test is declared non-significant <math>U</math> <math>T</math> <math>m - R</math>
Total <math>m_0</math> <math>m - m_0</math> <math>m</math>

In <math>m</math> hypothesis tests of which <math>m_0</math> are true null hypotheses, <math>R</math> is an observable random variable, and <math>S</math>, <math>T</math>, <math>U</math>, and <math>V</math> are unobservable random variables.