EXCEL HYPGEOM.DIST FUNCTION

The Excel Hypgeom.Dist function returns the equation distribution value over a certain number of successes in a population sample.

Syntax :

=HYPGEOM.DIST( sample_snumber_samplepopulation_snumber_popcumulative )

Parameters :

The following parameters are:

  • Sample s – The sample’s number of successes.

 

  • Number sample – The sample size.
    population s – The population’s number of successes.

 

  • Number pop – The population size.

 

  • Cumulative – A logical argument indicating the kind of distribution to be computed. This can be TRUE or FALSE, indicating:

 

  • TRUE – Determine the cumulative distribution function.

 

  • FALSE – Determine the probability density function

Step By Step Guide of HYPGEOM.DIST Function

Example :

Assume you have a bag containing three red balls and six blue balls. The hypergeometric distribution may be used to compute the chance that 0, 1, 2, or 3 of the balls in the bag are red.

  • #NUM! – Occurs if either: The given sample s is 0 or greater than number sample; the supplied sample s is greater than population s; the supplied sample s is greater than (number sample – number pop + population s); The supplied population s 0 or > number pop; The supplied population s 0 or > number pop; The supplied population s 0 or > number pop; The supplied number pop 0.
  • #VALUE! – This error occurs if any of the provided parameters is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now