Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.5.3.1.15 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:
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.