HOME
LIBRARY
PRODUCTS
FORUMS
CART
Tel:
+44 (0) 20 7193 9303
Email Us
Join CodeCogs
Login
Email or Screen Name
Password
Login
I have forgotten
my Password
Or login with:
http://facebook.com/
https://www.google.com/accounts/o8/id
https://me.yahoo.com
COMPUTING
MATHS
STATISTICS
DISTRIBUTIONS
CONTINUOUS
DISCRETE
BINOMIAL
CDF
CDF Inv
PDF
DISCRETE
HYPERGEOMETRIC
NEGATIVEBINOMIAL
POISSON
MOMENTS
RANDOM
Countif
Operators
Sumif
ENGINEERING
FINANCE
UNITS
STRINGS
PHYSICS
New Modules
Updated Modules
Statistics
›
Distributions
›
Discrete
›
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)