Returns the Poisson cdf of the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's ppois
Options:
:lambda (default 1)
:lower-tail (default true)
See also:
cdf-poisson and sample-poisson
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Poisson.html
http://en.wikipedia.org/wiki/Poisson_distribution
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Example:
(cdf-poisson 5 :lambda 10)
Comments top
No comments for cdf-poisson. Log in to add a comment.