Wallenius' noncentral hypergeometric distribution

Wallenius' noncentral hypergeometric distribution

Introduction


right|thumb|300px">
Probability mass function for Wallenius' Noncentral Hypergeometric Distribution for different values of the odds ratio ω.
m1 = 80, m2 = 60, n = 100, ω = 0.1 ... 20

In probability theory and statistics, Wallenius' noncentral hypergeometric distribution is a generalization of the hypergeometric distribution where items are sampled with bias.

This distribution can be illustrated as an urn model with bias. Assume, for example, that an urn contains "m"1 red balls and "m"2 white balls, totalling "N" = "m"1 + "m"2 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 "n" balls, one by one, in such a way that the probability of taking a particular ball at a particular draw is equal to its proportion of the total weight of all balls that lie in the urn at that moment. The number of red balls "x"1 that we get in this experiment is a random variable with Wallenius' noncentral hypergeometric distribution.

The matter is complicated by the fact that there is more than one noncentral hypergeometric distribution. Wallenius' noncentral hypergeometric distribution is obtained if balls are sampled one by one in such a way that there is competition between the balls. Fisher's noncentral hypergeometric distribution is obtained if the balls are sampled simultaneously or independently of each other. 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.

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

It is far from obvious why these two distributions are different. See the Wikipedia entry on noncentral hypergeometric distributions for a more detailed explanation of the difference between these two probability distributions.

Univariate distribution

Probability distribution
name =Univariate Wallenius' Noncentral Hypergeometric Distribution
type =mass
pdf_

cdf_

parameters =m_1, m_2 in mathbb{N}
N = m_1 + m_2
n in [0,N)
omega in mathbb{R}_+
support =x in [x_{min},x_{max}]
x_{min}=max(0,n-m_2)
x_{max}=min(n,m_1)
pdf =inom{m_1}{x_1} inom{m_2}{x_2} int_0^1 (1-t^{omega/D})^{x_1} (1-t^{1/D})^{x_2} operatorname{d}t
where D=omega(m_1-x_1)+(m_2-x_2)
cdf =
mean =Approximated by solution mu to
frac{mu}{m_1} + left(1-frac{n-mu}{m_2} ight)^{omega} = 1
median =
mode =
variance =approx frac{Nab}{(N-1)(m_1 b + m_2 a)},, where
a=mu(m_1-mu),; b=(n-mu)(mu+m_2-n)
skewness =
kurtosis =
entropy =
mgf =
char =


Wallenius' distribution is particularly complicated because each ball has a probability of being taken that depends not only on its weight, but also on the total weight of its competitors. And the weight of the competing balls depends on the outcomes of all preceding draws.

This recursive dependency gives rise to a difference equation with a solution that is given in open form by the integral in the expression of the probability mass function in the table above.

Closed form expressions for the probability mass function exist (Lyons, 1980), but they are not very useful for practical calculations because of extreme numerical instability, except in degenerate cases.

Several other calculation methods are used, including recursion, Taylor expansion and numerical integration (Fog, 2007, 2008).

The most reliable calculation method is recursive calculation of f("x","n") from f("x","n"-1) and f("x"-1,"n"-1) using the recursion formula given below under properties. The probabilities of all ("x","n") combinations on all possible trajectories leading to the desired point are calculated, starting with f(0,0) = 1 as shown on the figure to the right. The total number of probabilities to calculate is "n"("x"+1)-"x"2. Other calculation methods must be used when "n" and "x" are so big that this method is too inefficient.

The probability that all balls have the same color is easier to calculate. See the formula below under multivariate distribution.

No exact formula for the mean is known (short of complete enumeration of all probabilities). The equation given above is reasonably accurate. This equation can be solved for μ by Newton-Raphson iteration. The same equation can be used for estimating the odds from an experimentally obtained value of the mean.

Multivariate distribution

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.

Probability distribution
name =Multivariate Wallenius' Noncentral Hypergeometric Distribution
type =mass
pdf_

cdf_

parameters =c in mathbb{N}
mathbf{m}=(m_1,ldots,m_c) in mathbb{N}^c
N = sum_{i=1}^c m_i
n in [0,N)
oldsymbol{omega} = (omega_1,ldots,omega_c) in mathbb{R}_+^c
support =mathrm{S} = left{ mathbf{x} in mathbb{Z}_{0+}^c , : , sum_{i=1}^{c} x_i = n ight}
pdf =left(prod_{i=1}^c inom{m_i}{x_i} ight) int_0^1 prod_{i=1}^c (1-t^{omega_i/D})^{x_i} operatorname{d}t,,
where D=oldsymbol{omega}cdot (mathbf{m}-mathbf{x}) = sum_{i=1}^c omega_i(m_i-x_i)
cdf =
mean =Approximated by solution mu_1,ldots,mu_c to
left(1-frac{mu_1}{m_1} ight)^{1/omega_1} = left(1-frac{mu_2}{m_2} ight)^{1/omega_2} = ldots = left(1-frac{mu_c}{m_c} ight)^{1/omega_c}
wedge , sum_{i=1}^c mu_i = n , wedge , forall, i in [0,c] , :, 0 le mu_i le m_i,.
median =
mode =
variance =Approximated by variance of Fisher's noncentral hypergeometric distribution with same mean.
skewness =
kurtosis =
entropy =
mgf =
char =

The probability mass function can be calculated by various Taylor expansion methods or by numerical integration (Fog, 2008).

The probability that all balls have the same color, "j", can be calculated as::operatorname{mwnchypg}((0,ldots,0,x_j,0,ldots);n,mathbf{m}, oldsymbol{omega}) = frac{m_j^{,,underline{n} {left( frac{1}{omega_j}sum_{i=1}^{c}m_iomega_i ight) ^{underline{n}for "x"j = "n" ≤ "m"j, where the underlined superscript denotes the falling factorial as defined above.

A reasonably good approximation to the mean can be calculated using the equation given above. The equation can be solved by defining θ so that:mu_i = m_i(1-e^{omega_i heta})and solving:sum_{i=1}^c mu_i = nfor θ by Newton-Raphson iteration.

The equation for the mean is also useful for estimating the odds from experimentally obtained values for the mean.

No good way of calculating the variance is known. The best known method is to approximate the multivariate Wallenius distribution by a multivariate Fisher's noncentral hypergeometric distribution with the same mean, and insert the mean as calculated above in the approximate formula for the variance of the latter distribution.

Properties

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

The weights can be arbitrarily scaled::operatorname{mwnchypg}(mathbf{x};n,mathbf{m}, oldsymbol{omega}) = operatorname{mwnchypg}(mathbf{x};n,mathbf{m}, roldsymbol{omega}),, for all r in mathbb{R}_+.

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

Colors with the same weight can be joined::operatorname{mwnchypg}left(mathbf{x};n,mathbf{m}, (omega_1,ldots,omega_{c-1},omega_{c-1}) ight), =::operatorname{mwnchypg}left((x_1,ldots,x_{c-1}+x_c); n,(m_1,ldots,m_{c-1}+m_c), (omega_1,ldots,omega_{c-1}) ight), cdot::operatorname{hypg}(x_c; x_{c-1}+x_c, m_c, m_{c-1}+m_c),,where operatorname{hypg}(x;n,m,N) is the (univariate, central) hypergeometric distribution probability.

Complementary Wallenius' noncentral hypergeometric distribution


right|thumb|300px">
Probability mass function for the Complementary Wallenius' Noncentral Hypergeometric Distribution for different values of the odds ratio ω.
m1 = 80, m2 = 60, n = 40, ω = 0.05 ... 10

The balls that are "not" taken in the urn experiment have a distribution that is different from Wallenius' noncentral hypergeometric distribution, due to a lack of symmetry. The distribution of the balls not taken can be called the complementary Wallenius' noncentral hypergeometric distribution.

Probabilities in the complementary distribution are calculated from Wallenius' distribution by replacing "n" with "N"-"n", "x"i with "m"i - "x"i, and ωi with 1/ωi.


oftware available

* An implementation for the R programming language is available as the package named [http://cran.stat.ucla.edu/src/contrib/Descriptions/BiasedUrn.html BiasedUrn] . Includes univariate and multivariate probability mass functions, distribution functions, quantiles, random variable generating functions, mean and variance.
* Implementation in C++ is available from [http://www.agner.org/random/ www.agner.org] .

ee also

* Noncentral hypergeometric distributions
* Fisher's noncentral hypergeometric distribution
* Hypergeometric distribution
* Urn models
* Biased sample
* Bias
* Population genetics
* Fisher's exact test

References

Citation
last=Chesson
first=J.
year=1976
title=A non-central multivariate hypergeometric distribution arising from biased sampling with application to selective predation
periodical=Journal of Applied Probability
volume=13
pages=795-797
.

Citation
last=Fog
first=A.
year=2007
title=Random number theory
url=http://www.agner.org/random/theory/
.

Citation
last=Fog
first=A.
year=2008
title=Calculation Methods for Wallenius' Noncentral Hypergeometric Distribution
periodical=Communications In statictics, Simulation and Computation
volume=37
issue=2
pages=258-273
.

Citation
last=Johnson
first=N. L.
last2=Kemp
first2=A. W.
last3=Kotz
first3=S.
author-link=
year=2005
title=Univariate Discrete Distributions
publisher=Wiley and Sons
place=Hoboken, New Jersey
.

Citation
last=Lyons
first=N. I.
year=1980
title=Closed Expressions for Noncentral Hypergeometric Probabilities
periodical=Communications In statictics, B
volume=9
pages=313-314
.

Citation
last=Manly
first=B. F. J.
year=1974
title=A Model for Certain Types of Selection Experiments
periodical=Biometrics
volume=30
pages=281-294
.

Citation
last=Wallenius
first=K. T.
year=1963
title=Biased Sampling: The Non-central Hypergeometric Probability Distribution. Ph.D. Thesis
publisher=Stanford University, Department of Statistics
.


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Fisher's noncentral hypergeometric distribution — Probability mass function for Fisher s noncentral hypergeometric distribution for different values of the odds ratio ω. m 1 = 80, m 2 = 60, n = 100, ω = 0.01, ..., 1000In probability theory and statistics, Fisher s noncentral hypergeometric… …   Wikipedia

  • Noncentral hypergeometric distributions — In statistics, the hypergeometric distribution is the discrete probability distribution generated by picking colored balls at random from an urn without replacement. Various generalizations to this distribution exist for cases where the picking… …   Wikipedia

  • List of statistics topics — Please add any Wikipedia articles related to statistics that are not already on this list.The Related changes link in the margin of this page (below search) leads to a list of the most recent changes to the articles listed below. To see the most… …   Wikipedia

  • List of probability distributions — Many probability distributions are so important in theory or applications that they have been given specific names.Discrete distributionsWith finite support* The Bernoulli distribution, which takes value 1 with probability p and value 0 with… …   Wikipedia

  • List of mathematics articles (W) — NOTOC Wad Wadge hierarchy Wagstaff prime Wald test Wald Wolfowitz runs test Wald s equation Waldhausen category Wall Sun Sun prime Wallenius noncentral hypergeometric distribution Wallis product Wallman compactification Wallpaper group Walrasian… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”