greatpy.tl.hypergeom_cdf
- greatpy.tl.hypergeom_cdf(N, K, n, k)
Calculate the cumulative density funtion for hypergeometric distribution
- Parameters:
- Returns:
Cumulative density function
- Return type:
Examples
>>> hypergeom_cdf(100,10,30,1) ... 0.9770827595419788