


brede_cdf_hypergeo - Hypergeometric density distribution
function p = brede_cdf_hypergeo(x, n, M, N)
Input: x Evaluation point
n Sample size
M "Success"/"failures"
N Total number
Output: P Probability density value
The lower tail cumulated probability function for the
hypergeometric distribution.
The equivalent function from Matlab statistical toolbox is:
hygecdf(x, N, n, M)
See also BREDE, BREDE_PDF_HYPERGEO, BREDE_CDF_BIN,
BREDE_CDF_CHI2.
$Id: brede_cdf_hypergeo.m,v 1.3 2006/02/14 15:23:44 fnielsen Exp $