Uses of Class
org.apache.commons.rng.sampling.distribution.InternalUtils.FactorialLog
Packages that use InternalUtils.FactorialLog
Package
Description
This package contains classes for sampling from statistical distributions.
-
Uses of InternalUtils.FactorialLog in org.apache.commons.rng.sampling.distribution
Fields in org.apache.commons.rng.sampling.distribution declared as InternalUtils.FactorialLogModifier and TypeFieldDescriptionprivate final InternalUtils.FactorialLog
LargeMeanPoissonSampler.factorialLog
Local class to computelog(n!)
.private static final InternalUtils.FactorialLog
LargeMeanPoissonSampler.NO_CACHE_FACTORIAL_LOG
Class to computelog(n!)
.Methods in org.apache.commons.rng.sampling.distribution that return InternalUtils.FactorialLogModifier and TypeMethodDescriptionstatic InternalUtils.FactorialLog
InternalUtils.FactorialLog.create()
Creates an instance with no precomputed values.InternalUtils.FactorialLog.withCache
(int cacheSize) Creates an instance with the specified cache size.