Skip to main content

HYPGEOMDIST

Definition/Description of Formula:

Calculates the probability of drawing a certain number of successes in a certain number of tries given a population of a certain size containing a certain number of successes, without replacement of draws.


Syntax:

HYPGEOMDIST(x, n, M, N)

  • x - The desired number of successes.
  • n - The number of permitted draws.
  • N - The total number of successes in the population.
  • M - The total size of the population


Notes 

  • BINOMDIST describes the probability of drawing a certain number of successes in a certain number of tries given a population of a certain size containing a certain number of successes, with replacement of draws.

 

See Also:

NORMSDIST: Returns the value of the standard normal cumulative distribution function for a specified value.

NORMINV: Returns the value of the inverse normal distribution function for a specified value, mean, and standard deviation.

NORMDIST: Returns the value of the normal distribution function (or normal cumulative distribution function) for a specified value, mean, and standard deviation.

NEGBINOMDIST: Calculates the probability of drawing a certain number of failures before a certain number of successes given a probability of success in independent trials.

LOGNORMDIST: Returns the value of the log-normal cumulative distribution with given mean and standard deviation at a specified value.

LOGINV: Returns the value of the inverse log-normal cumulative distribution with given mean and standard deviation at a specified value.

BINOMDIST: Calculates the probability of drawing a certain number of successes (or a maximum number of successes) in a certain number of tries given a population of a certain size containing a certain number of successes, with replacement of draws.

 


To use the HYPGEOMDIST Formula, simply begin with your edited Excellentable:

 

Then begin typing the HYPGEOMDIST formula in the area you would like to display the outcome: 

 

 

A
B
1
Successes
1
2
Draws
4
3
Successes in Pop
6
4
Size
15
5
result
0.369230769

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.