I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com

Hypergeometric

CDF

Evaluates the hypergeometric cumulative density function.
double CDF (int x, int a, int b, int n)

CDF Inv

Evaluates the inverse of the hypergeometric cumulative density function.
int CDF_inv (double p, int a, int b, int n)

PDF

Evaluates the hypergeometric probability density function.
double PDF (int x, int a, int b, int n)