Returns the Bionomial cdf of the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's pbinom
Options:
:size (default 1)
:prob (default 1/2)
:lower-tail (default true)
See also:
pdf-binomial and sample-binomial
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Binomial.html
http://en.wikipedia.org/wiki/Binomial_distribution
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Example:
(cdf-binomial 10 :prob 1/4 :size 20)
Comments top
No comments for cdf-binomial. Log in to add a comment.