HYPGEOMDIST function

HYPGEOMDIST(SampleSuccessCount, SampleSize, PopulationSuccessCount, PopulationSize, IsCumulative) HYPGEOMDIST(SampleSuccessCount; SampleSize; PopulationSuccessCount; PopulationSize; IsCumulative)

SampleSuccessCount

Number or { Number }

The number of successes in the sample.

SampleSize

Number or { Number }

The size of the sample.

PopulationSuccessCount

Number or { Number }

The number of successes in the population.

PopulationSize

Number or { Number }

The population size.

IsCumulative

Logical or { Logical }

FALSE to calculate the probability mass function and TRUE to calculate the cumulative distribution function.

Returns

Number or { Number }

A value for a hypergeometric distribution.

This function is a compatibility alias for HYPGEOM.DIST. Use HYPGEOM.DIST for new projects.