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.FactorialLogLargeMeanPoissonSampler.factorialLogLocal class to computelog(n!).private static final InternalUtils.FactorialLogLargeMeanPoissonSampler.NO_CACHE_FACTORIAL_LOGClass to computelog(n!).Methods in org.apache.commons.rng.sampling.distribution that return InternalUtils.FactorialLogModifier and TypeMethodDescriptionstatic InternalUtils.FactorialLogInternalUtils.FactorialLog.create()Creates an instance with no precomputed values.InternalUtils.FactorialLog.withCache(int cacheSize) Creates an instance with the specified cache size.