Returns the hypergeometric distribution, i.e., the probability of 'x' successes from 'n' number of draws for a given population 'N' with 'M' number of successes, without replacement of draws.
Syntax
x: The number of successes that you want to calculate the probability for. Eg., 3
n: Number of draws without replacement. Eg., 5
M: The number of successes in the finite population. Eg., 12
Examples
|
Formula |
Result |
|
=HYPGEOMDIST(A2;B2;C2;D2) |
0.322981366 |
|
=HYPGEOMDIST(A3;B3;C3;D3) |
0.238390093 |
|
=HYPGEOMDIST(A4;B4;C4;D4) |
0.051292449 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions