Returns the Poisson pdf of the given value of x. It will return a sequence
of values, if x is a sequence. Same as R's dpois
Options:
:lambda (default 1)
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/Probability_density_function
Example:
(pdf-poisson 5 :lambda 10)
Comments top
No comments for pdf-poisson. Log in to add a comment.