PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Discrete Statistical Distributions
>
Built-in
Mathematica
Symbol
Discrete Distributions
Tutorials »
|
BinomialDistribution
HypergeometricPFQ
See Also »
|
Discrete Statistical Distributions
Functions Used in Statistics
Statistical Distributions
New in 6.0: Statistics
More About »
HypergeometricDistribution
HypergeometricDistribution
[
n
,
n
succ
,
n
tot
]
represents a hypergeometric distribution.
MORE INFORMATION
A hypergeometric distribution gives the distribution of the number of successes in
n
draws from a population of size
n
tot
containing
n
succ
successes.
HypergeometricDistribution
allows
n
,
n
succ
, and
n
tot
to be any integers such that
0
<
n
≤
n
tot
, and
0
≤
n
succ
≤
n
tot
.
HypergeometricDistribution
can be used with such functions as
Mean
,
CDF
and
RandomInteger
.
»
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Mean and variance of a hypergeometric distribution:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Probability density function:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Scope
(4)
Applications
(3)
Properties & Relations
(3)
Possible Issues
(4)
(4)
SEE ALSO
BinomialDistribution
HypergeometricPFQ
TUTORIALS
Discrete Distributions
MORE ABOUT
Discrete Statistical Distributions
Functions Used in Statistics
Statistical Distributions
New in 6.0: Statistics
New in 6
© 2008 Wolfram Research, Inc.