Uses of Class
org.apache.commons.rng.sampling.distribution.PoissonSamplerCache
Packages that use PoissonSamplerCache
Package
Description
This package contains classes for sampling from statistical distributions.
-
Uses of PoissonSamplerCache in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return PoissonSamplerCacheModifier and TypeMethodDescriptionPoissonSamplerCache.withRange
(double minMean, double maxMean) Create a newPoissonSamplerCache
with the given range reusing the current cache values.