Returns a sample of the given size from a Poisson distribution.
Same as R's rpois
Options:
:lambda (default 1)
See also:
pdf-poisson and cdf-poisson
References:
http://incanter.org/docs/parallelcolt/api/cern/jet/random/tdouble/Poisson.html
http://en.wikipedia.org/wiki/Poisson_distribution
Example:
(sample-poisson 1000 :lambda 10)
Comments top
No comments for sample-poisson. Log in to add a comment.