Fisher's noncentral hypergeometric distribution

From HandWiki
Probability mass function for Fisher's noncentral hypergeometric distribution for different values of the odds ratio ω.
m1 = 80, m2 = 60, n = 100, ω = 0.01, ..., 1000
Biologist and statistician Ronald Fisher

In probability theory and statistics, Fisher's noncentral hypergeometric distribution is a generalization of the hypergeometric distribution where sampling probabilities are modified by weight factors. It can also be defined as the conditional distribution of two or more binomially distributed variables dependent upon their fixed sum.

The distribution may be illustrated by the following urn model. Assume, for example, that an urn contains m1 red balls and m2 white balls, totalling N = m1 + m2 balls. Each red ball has the weight ω1 and each white ball has the weight ω2. We will say that the odds ratio is ω = ω1 / ω2. Now we are taking balls randomly in such a way that the probability of taking a particular ball is proportional to its weight, but independent of what happens to the other balls. The number of balls taken of a particular color follows the binomial distribution. If the total number n of balls taken is known then the conditional distribution of the number of taken red balls for given n is Fisher's noncentral hypergeometric distribution. To generate this distribution experimentally, we have to repeat the experiment until it happens to give n balls.

If we want to fix the value of n prior to the experiment then we have to take the balls one by one until we have n balls. The balls are therefore no longer independent. This gives a slightly different distribution known as Wallenius' noncentral hypergeometric distribution. It is far from obvious why these two distributions are different. See the entry for noncentral hypergeometric distributions for an explanation of the difference between these two distributions and a discussion of which distribution to use in various situations.

The two distributions are both equal to the (central) hypergeometric distribution when the odds ratio is 1.

Unfortunately, both distributions are known in the literature as "the" noncentral hypergeometric distribution. It is important to be specific about which distribution is meant when using this name.

Fisher's noncentral hypergeometric distribution was first given the name extended hypergeometric distribution (Harkness, 1965), and some authors still use this name today.

Univariate distribution

Univariate Fisher's noncentral hypergeometric distribution
Parameters [math]\displaystyle{ m_1, m_2 \in \mathbb{N} }[/math]
[math]\displaystyle{ N = m_1 + m_2 }[/math]
[math]\displaystyle{ n \in [0,N) }[/math]
[math]\displaystyle{ \omega \in \mathbb{R}_+ }[/math]
Support [math]\displaystyle{ x \in [x_\min,x_\max] }[/math]
[math]\displaystyle{ x_\min=\max(0,n-m_2) }[/math]
[math]\displaystyle{ x_\max=\min(n,m_1) }[/math]
pmf [math]\displaystyle{ \frac{\binom{m_1}{x} \binom{m_2}{n-x} \omega^x}{P_0} }[/math]
where [math]\displaystyle{ P_0 = \sum_{y=x_\min}^{x_\max} \binom{m_1}{y} \binom{m_2}{n-y} \omega^y }[/math]
Mean [math]\displaystyle{ \frac{P_1}{P_0} }[/math], where [math]\displaystyle{ P_k = \sum_{y=x_\min}^{x_\max} \binom{m_1}{y} \binom{m_2}{n-y} \omega^y\, y^k }[/math]
Mode [math]\displaystyle{ \,\, \left\lfloor \frac{-2C}{B - \sqrt{B^2-4AC}} \right\rfloor \, }[/math] , where [math]\displaystyle{ A=\omega-1 }[/math], [math]\displaystyle{ B = m_1 + n - N -(m_1+n+2)\omega }[/math], [math]\displaystyle{ C = (m_1+1)(n+1)\omega }[/math].
Variance [math]\displaystyle{ \frac{P_2}{P_0} - \left( \frac{P_1}{P_0} \right)^2 }[/math], where Pk is given above.

The probability function, mean and variance are given in the adjacent table.

An alternative expression of the distribution has both the number of balls taken of each color and the number of balls not taken as random variables, whereby the expression for the probability becomes symmetric.

The calculation time for the probability function can be high when the sum in P0 has many terms. The calculation time can be reduced by calculating the terms in the sum recursively relative to the term for y = x and ignoring negligible terms in the tails (Liao and Rosen, 2001).

The mean can be approximated by:

[math]\displaystyle{ \mu \approx \frac{-2c}{b - \sqrt{b^2-4ac}} \, }[/math] ,

where [math]\displaystyle{ a=\omega-1 }[/math], [math]\displaystyle{ b=m_1 + n - N -(m_1+n)\omega }[/math], [math]\displaystyle{ c=m_1 n \omega }[/math].

The variance can be approximated by:

[math]\displaystyle{ \sigma^2 \approx \frac{N}{N-1} \bigg/ \left( \frac{1}{\mu}+ \frac{1}{m_1-\mu}+ \frac{1}{n-\mu}+ \frac{1}{\mu+m_2-n} \right) }[/math] .

Better approximations to the mean and variance are given by Levin (1984, 1990), McCullagh and Nelder (1989), Liao (1992), and Eisinga and Pelzer (2011). The saddlepoint methods to approximate the mean and the variance suggested Eisinga and Pelzer (2011) offer extremely accurate results.

Properties

The following symmetry relations apply:

[math]\displaystyle{ \operatorname{fnchypg}(x;n,m_1,N,\omega) = \operatorname{fnchypg}(n-x;n,m_2,N,1/\omega)\,. }[/math]
[math]\displaystyle{ \operatorname{fnchypg}(x;n,m_1,N,\omega) = \operatorname{fnchypg}(x;m_1,n,N,\omega)\,. }[/math]
[math]\displaystyle{ \operatorname{fnchypg}(x;n,m_1,N,\omega) = \operatorname{fnchypg}(m_1-x;N-n,m_1,N,1/\omega)\,. }[/math]

Recurrence relation:

[math]\displaystyle{ \operatorname{fnchypg}(x;n,m_1,N,\omega) = \operatorname{fnchypg}(x-1;n,m_1,N,\omega) \frac{(m_1-x+1)(n-x+1)}{x(m_2-n+x)}\omega\,. }[/math]

The distribution is affectionately called "finchy-pig," based on the abbreviation convention above.

Derivation

The univariate noncentral hypergeometric distribution may be derived alternatively as a conditional distribution in the context of two binomially distributed random variables, for example when considering the response to a particular treatment in two different groups of patients participating in a clinical trial. An important application of the noncentral hypergeometric distribution in this context is the computation of exact confidence intervals for the odds ratio comparing treatment response between the two groups.

Suppose X and Y are binomially distributed random variables counting the number of responders in two corresponding groups of size mX and mY respectively,

[math]\displaystyle{ X \sim \operatorname{Bin}(m_X, \pi_X),\quad Y \sim \operatorname{Bin}(m_Y, \pi_Y) \, }[/math].

Their odds ratio is given as

[math]\displaystyle{ \omega = \frac{\omega_X}{\omega_Y} = \frac{\pi_X/(1-\pi_X)}{\pi_Y/(1-\pi_Y)} }[/math].

The responder prevalence [math]\displaystyle{ \pi_i }[/math] is fully defined in terms of the odds [math]\displaystyle{ \omega_i }[/math], [math]\displaystyle{ i \in \{X,Y\} }[/math], which correspond to the sampling bias in the urn scheme above, i.e.

[math]\displaystyle{ \pi_i = \frac{\omega_i}{1+\omega_i} }[/math].

The trial can be summarized and analyzed in terms of the following contingency table.

      Treatment
  Group
responder non-responder Total
X x . mX
Y y . mY
Total n . N

In the table, [math]\displaystyle{ n=x+y }[/math] corresponds to the total number of responders across groups, and N to the total number of patients recruited into the trial. The dots denote corresponding frequency counts of no further relevance.

The sampling distribution of responders in group X conditional upon the trial outcome and prevalences, [math]\displaystyle{ Pr(X = x \; | \; X+Y = n,m_X,m_Y,\omega_X,\omega_Y) }[/math], is noncentral hypergeometric:

[math]\displaystyle{ \begin{align} F(X,\omega) :&= Pr(X = x \; | \; X+Y = n,m_X,m_Y,\omega_X,\omega_Y)\\ &= \frac{Pr(X = x, X+Y = n \; | \; m_X,m_Y,\omega_X,\omega_Y)}{Pr(X+Y = n \; | \; m_X,m_Y,\omega_X,\omega_Y)}\\ &= \frac{Pr(X = x \; | \; m_X,\omega_X)Pr(Y = n-x \; | \; m_Y,\omega_Y,X=x)}{Pr(X+Y = n \; | \; m_X,m_Y,\omega_X,\omega_Y)}\\ &= \frac{\binom{m_X}{x}\pi_X^x(1-\pi_X)^{m_X-x}\binom{m_Y}{n-x}\pi_Y^{n-x}(1-\pi_Y)^{m_Y-(n-x)}}{Pr(X+Y = n \; | \; m_X,m_Y,\omega_X,\omega_Y)}\\ &= \frac{\binom{m_X}{x}\omega_X^x(1-\pi_X)^{m_X}\binom{m_Y}{n-x}\omega_Y^{n-x}(1-\pi_Y)^{m_Y}}{Pr(X+Y = n \; | \; m_X,m_Y,\omega_X,\omega_Y)}\\ &= \frac{\binom{m_X}{x}\binom{m_Y}{n-x}\omega^x(1-\pi_X)^{m_X}\omega_Y^{n}(1-\pi_Y)^{m_Y}}{(1-\pi_X)^{m_X}\omega_Y^{n}(1-\pi_Y)^{m_Y}\sum_{u=\max(0,n-m_Y)}^{\min(m_X,n)}\binom{m_X}{u}\binom{m_Y}{n-u}\omega^u}\\ &= \frac{\binom{m_X}{x}\binom{m_Y}{n-x}\omega^x}{\sum_{u=\max(0,n-m_Y)}^{\min(m_X,n)}\binom{m_X}{u}\binom{m_Y}{n-u}\omega^u} \end{align} }[/math]

Note that the denominator is essentially just the numerator, summed over all events of the joint sample space [math]\displaystyle{ (X,Y) }[/math] for which it holds that [math]\displaystyle{ X+Y = n }[/math]. Terms independent of X can be factored out of the sum and cancel out with the numerator.

Multivariate distribution

Multivariate Fisher's Noncentral Hypergeometric Distribution
Parameters [math]\displaystyle{ c \in \mathbb{N} }[/math]
[math]\displaystyle{ \mathbf{m}=(m_1,\ldots,m_c) \in \mathbb{N}^c }[/math]
[math]\displaystyle{ N = \sum_{i=1}^c m_i }[/math]
[math]\displaystyle{ n \in [0,N) }[/math]
[math]\displaystyle{ \boldsymbol{\omega} = (\omega_1,\ldots,\omega_c) \in \mathbb{R}_+^c }[/math]
Support [math]\displaystyle{ \mathrm{S} = \left\{ \mathbf{x} \in \mathbb{Z}_{0+}^c \, : \, \sum_{i=1}^{c} x_i = n \right\} }[/math]
pmf [math]\displaystyle{ \frac{1}{P_0}\prod_{i=1}^{c} \binom{m_i}{x_i}\omega_i^{x_i} }[/math]
where [math]\displaystyle{ P_0 = \sum_{(y_0,\ldots,y_c)\in \mathrm{S}}\prod_{i=1}^{c} \binom{m_i}{y_i}\omega_i^{y_i} }[/math]
Mean The mean μi of xi can be approximated by
[math]\displaystyle{ \mu_i = \frac{m_i r \omega_i}{r \omega_i + 1} }[/math] where r is the unique positive solution to [math]\displaystyle{ \sum_{i=1}^{c}\mu_i = n\, }[/math].

The distribution can be expanded to any number of colors c of balls in the urn. The multivariate distribution is used when there are more than two colors.

The probability function and a simple approximation to the mean are given to the right. Better approximations to the mean and variance are given by McCullagh and Nelder (1989).

Properties

The order of the colors is arbitrary so that any colors can be swapped.

The weights can be arbitrarily scaled:

[math]\displaystyle{ \operatorname{mfnchypg}(\mathbf{x};n,\mathbf{m}, \boldsymbol{\omega}) = \operatorname{mfnchypg}(\mathbf{x};n,\mathbf{m}, r\boldsymbol{\omega})\,\, }[/math] for all [math]\displaystyle{ r \in \mathbb{R}_+. }[/math]

Colors with zero number (mi = 0) or zero weight (ωi = 0) can be omitted from the equations.

Colors with the same weight can be joined:

[math]\displaystyle{ \begin{align} & {} \operatorname{mfnchypg}\left(\mathbf{x};n,\mathbf{m}, (\omega_1,\ldots,\omega_{c-1},\omega_{c-1})\right) \\ & {} = \operatorname{mfnchypg}\left((x_1,\ldots,x_{c-1}+x_c); n,(m_1,\ldots,m_{c-1}+m_c), (\omega_1,\ldots,\omega_{c-1})\right)\, \cdot \\ & \qquad \operatorname{hypg}(x_c; x_{c-1}+x_c, m_c, m_{c-1}+m_c) \end{align} }[/math]

where [math]\displaystyle{ \operatorname{hypg}(x;n,m,N) }[/math] is the (univariate, central) hypergeometric distribution probability.

Applications

Fisher's noncentral hypergeometric distribution is useful for models of biased sampling or biased selection where the individual items are sampled independently of each other with no competition. The bias or odds can be estimated from an experimental value of the mean. Use Wallenius' noncentral hypergeometric distribution instead if items are sampled one by one with competition.

Fisher's noncentral hypergeometric distribution is used mostly for tests in contingency tables where a conditional distribution for fixed margins is desired. This can be useful, for example, for testing or measuring the effect of a medicine. See McCullagh and Nelder (1989).

Software available

  • FisherHypergeometricDistribution in Mathematica.
  • An implementation for the R programming language is available as the package named BiasedUrn. Includes univariate and multivariate probability mass functions, distribution functions, quantiles, random variable generating functions, mean and variance.
  • The R package MCMCpack includes the univariate probability mass function and random variable generating function.
  • SAS System includes univariate probability mass function and distribution function.
  • Implementation in C++ is available from www.agner.org.
  • Calculation methods are described by Liao and Rosen (2001) and Fog (2008).

See also

References

Breslow, N. E.; Day, N. E. (1980), Statistical Methods in Cancer Research, Lyon: International Agency for Research on Cancer .

Eisinga, R.; Pelzer, B. (2011), "Saddlepoint approximations to the mean and variance of the extended hypergeometric distribution", Statistica Neerlandica 65 (1): 22–31, doi:10.1111/j.1467-9574.2010.00468.x, https://pure.rug.nl/ws/files/14664895/2010-EisingaR-Saddlepoint.pdf .

Fog, A. (2007), Random number theory, http://www.agner.org/random/theory/ .

Fog, A. (2008), "Sampling Methods for Wallenius' and Fisher's Noncentral Hypergeometric Distributions", Communications in Statictics, Simulation and Computation 37 (2): 241–257, doi:10.1080/03610910701790236 .

Johnson, N. L.; Kemp, A. W.; Kotz, S. (2005), Univariate Discrete Distributions, Hoboken, New Jersey: Wiley and Sons .

Levin, B. (1984), "Simple Improvements on Cornfield's approximation to the mean of a noncentral Hypergeometric random variable", Biometrika 71 (3): 630–632, doi:10.1093/biomet/71.3.630 .

Levin, B. (1990), "The saddlepoint correction in conditional logistic likelihood analysis", Biometrika ([Oxford University Press, Biometrika Trust]) 77 (2): 275–285, doi:10.1093/biomet/77.2.275 .

Liao, J. (1992), "An Algorithm for the Mean and Variance of the Noncentral Hypergeometric Distribution", Biometrics ([Wiley, International Biometric Society]) 48 (3): 889–892, doi:10.2307/2532354 .

Liao, J. G.; Rosen, O. (2001), "Fast and Stable Algorithms for Computing and Sampling from the Noncentral Hypergeometric Distribution", The American Statistician 55 (4): 366–369, doi:10.1198/000313001753272547 .

McCullagh, P.; Nelder, J. A. (1989), Generalized Linear Models, 2. ed., London: Chapman and Hall .