Uses of Class
org.apache.commons.rng.sampling.distribution.InternalUtils.FactorialLog
-
Packages that use InternalUtils.FactorialLog Package Description org.apache.commons.rng.sampling.distribution 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.FactorialLog Modifier and Type Field Description private InternalUtils.FactorialLogLargeMeanPoissonSampler. factorialLogLocal class to computelog(n!).private static InternalUtils.FactorialLogLargeMeanPoissonSampler. NO_CACHE_FACTORIAL_LOGClass to computelog(n!).Methods in org.apache.commons.rng.sampling.distribution that return InternalUtils.FactorialLog Modifier and Type Method Description static InternalUtils.FactorialLogInternalUtils.FactorialLog. create()Creates an instance with no precomputed values.InternalUtils.FactorialLogInternalUtils.FactorialLog. withCache(int cacheSize)Creates an instance with the specified cache size.
-