Class LargeMeanPoissonSampler

java.lang.Object
org.apache.commons.rng.sampling.distribution.LargeMeanPoissonSampler
All Implemented Interfaces:
DiscreteSampler, SharedStateDiscreteSampler, SharedStateSampler<SharedStateDiscreteSampler>

Sampler for the Poisson distribution.
  • For large means, we use the rejection algorithm described in
    Devroye, Luc. (1981).The Computer Generation of Poisson Random Variables
    Computing vol. 26 pp. 197-207.

This sampler is suitable for mean >= 40.

Sampling uses:

Since:
1.1