Uses of Class
org.apache.commons.rng.sampling.distribution.StableSampler.Alpha1CMSStableSampler
-
Packages that use StableSampler.Alpha1CMSStableSampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of StableSampler.Alpha1CMSStableSampler in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return StableSampler.Alpha1CMSStableSampler Modifier and Type Method Description StableSampler.Alpha1CMSStableSampler
StableSampler.Alpha1CMSStableSampler. withUniformRandomProvider(UniformRandomProvider rng)
Constructors in org.apache.commons.rng.sampling.distribution with parameters of type StableSampler.Alpha1CMSStableSampler Constructor Description Alpha1CMSStableSampler(UniformRandomProvider rng, StableSampler.Alpha1CMSStableSampler source)
-