Uses of Class
org.apache.commons.rng.sampling.distribution.PoissonSamplerCache
-
Packages that use PoissonSamplerCache Package Description org.apache.commons.rng.sampling.distribution 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 PoissonSamplerCache Modifier and Type Method Description PoissonSamplerCache
PoissonSamplerCache. withRange(double minMean, double maxMean)
Create a newPoissonSamplerCache
with the given range reusing the current cache values.
-