I have forgotten
my Password

Or login with:

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

Binomial

PDF

Evaluates the binomial distribution probability density function.
double PDF (double p, int s, int n)

CDF

Evaluates the binomial distribution CDF.
double CDF (int k, int n, double p, bool upper = false)

CDF Inv

The binomial distribution inverse CDF
double CDF_inv (int k, int n, double y, bool upper = false)