Returns the hypergeometric distribution probability.
Sample Usage
HYPGEOMDIST(4,12,20,40)
HYPGEOMDIST(4,12,20,40)
Syntax
HYPGEOMDIST(successes, draws, total_successes, population)
- successes - The desired number of successes.
- draws. - The number of permitted draws.
- total_successes - The total number of successes in the population.
- population - The total size of the population.
Examples
HYPGEOMDIST(4,12,20,40) returns a value of 0.1092