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