Returns a Negative binomial distribution that implements the incanter.distributions.Distribution protocol.
Arguments:
size (default 10)
prob (default 1/2)
See also:
Distribution, pdf, cdf, draw, support
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/NegativeBinomial.html
http://en.wikipedia.org/wiki/Negative_binomial_distribution
Example:
(pdf (neg-binomial-distribution 20 1/2) 10)
Comments top
No comments for neg-binomial-distribution. Log in to add a comment.