HYPGEOMDIST

HYPGEOMDIST(arg1, arg2, arg3, arg4) → { number }

Returns the hypergeometric distribution.

Parameters:

Name Type Description
arg1 number

The number of successes in the sample.

arg2 number

The size of the sample.

arg3 number

The number of successes in the population.

arg4 number

The population size.

Returns:

Type
number