HypergeometricDistribution• HypergeometricDistribution[n, , ] gives the hypergeometric distribution for the number of successes out of a sample of size n, from a popultion of size containing successes. • The hypergeometric distribution HypergeometricDistribution[n, , ] is used in place of the binomial distribution for experiments in which the n trials correspond to sampling without replacement from a population of size with potential successes. • See also: Mean, StandardDeviation, Variance, CDF, PDF.
Examples Using InstantCalculatorsHere are the InstantCalculators for the HypergeometricDistribution function. Enter the parameters for your calculation and click Calculate to see the result. This generates a set of random numbers that follow the hypergeometric distribution.
Out[1]= |  |
This gives the probability density function for the hypergeometric distribution.
Out[2]:= |  |
This finds a value from the cumulative distribution function for the hypergeometric distribution.
Out[3]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the HyperGeometricDistribution Function Controller. This generates a set of random numbers that follow the hypergeometric distribution.
Out[4]:= |  |
This gives the probability density function for the hypergeometric distribution.
Out[5]:= |  |
This finds a value from the cumulative distribution function for the hypergeometric distribution.
Out[6]= |  |
|