Hygecdf
Definition:
prob = hygecdf(k, m, n, l) computes the lower tail probabilities in given value , associated with a hypergeometric distribution
The lower tailed probability:
/math-64e764b366833b3c81c32f173d46302b.png)
where
: The population size
: The number of success states in the population
: The number of samples drawn
Parameters:
(input, int)- the integer k which defines the required probabilities.
(input, int)- the parameter m of the hypergeometric distribution.
(input, int)- the parameter n of the hypergeometric distribution.
(input, int)- the parameter l of the hypergeometric distribution.
(output,double)- the probability.