Skip to content

hypgeom_dist

Hypergeometric distribution PMF or CDF.

v = hypgeom_dist(sample_s, number_sample, population_s, number_pop, cumulative)

Probability of exactly sample_s successes when drawing number_sample items without replacement from a population of number_pop items containing population_s successes.

hypgeom_dist(1, 4, 8, 20, false)