Fisher-Irwin  (test)

We have two Bernoulli populations with respectively parameters p1 and p2. The Fisher-Irwin test is about the hypothesis according to which these two parameters have the same value. More specifically, it tests :

    * The null hypothesis  H0p1p2 ,

    * Against the alternative hypothesis H1: p1  p2.

 

This can be illustrated by the following example. We have two coins :

    * C1, that generates "Heads" with probability  p1.

    * C2, that generates "Heads" with probability  p2.

 

The null hypothesis H0 states that both coins are in fact identical. To test this hypothesis :

     * C1 is tossed n1 times, thus generating x1 "Heads",

     * C2 is tossed n2 times, thus generating x2 "Heads",

 

The question is : "Are the observed values x1 and x2 inconsistent with the hypothesis that the two coins are identical ?". Note that it is not asked to estimate the probabilities p1 and  p2, but only to assess whether it is likely that these two probabilities are equal.

 

The cornerstone of the Fisher-Irwin test is the following result :

    * Let X and Y be two independent binomial random variables, with the same p but possibly different sizes m and n. Choose an integer k, and consider the distribution of X under the condition X + Y = k. This distribution is hypergeometric, and does not depend on p.

 

 This important property is demonstrated here.

______________

 

An example of use of the Fisher-Irwin test is in quality control. C1 and C2 are then machines that manufacture the same part, and that are supposed to be identical. The proportions p1 and p2 of defective parts made by these two machines should then be equal. But if one of the machines drifted off optimal tuning, these proportions will become different. To test whether both machines have the same (hopefully optimal) tuning, one control sample is collected on each of the machines, and all the parts in these control samples are then tested individually. The Fisher-Irwin test then answers the question "Are the numbers x1 and x2 of defective parts in the control samples consistent with the hypothesis that both machines are equally well tuned ?" 

____________________________________________________________

 

Tutorial

 

The Fisher-Irwin test is described in the following Tutorial :

 

THE FISHER-IRWIN TEST

Testing the identity of two Bernoulli populations

The statistic of the Fisher-Irwin test is hypergeometric

TUTORIAL

 

____________________________________________________________

 

Related readings :

Binomial distribution

Hypergeometric distribution

 

Interactive animation :

Distribution of binomial variables conditionally to their sum

Download this Glossary

 

 

Want to contribute to this site ?