CALC.hypgeomdist(sample_s, number_sample, population_s, number_population)

Returns the hypergeometric distribution, the probability of a given number of sample successes, given the sample size, population successes and population size. Sample_s is the number of successes in the sample. Number_sample is the size of the sample. Population_s is the number of successes in the population. Number_population is the population size.

Example

CALC.hypgeomdist(1, 4, 8, 20);

// returns 0.36326

<< CALC.harmean(array) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.intercept(arrayY, arrayX) >>