Uses of Class
org.apache.commons.rng.sampling.distribution.StableSampler.WeronStableSampler
-
Packages that use StableSampler.WeronStableSampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of StableSampler.WeronStableSampler in org.apache.commons.rng.sampling.distribution
Subclasses of StableSampler.WeronStableSampler in org.apache.commons.rng.sampling.distribution Modifier and Type Class Description (package private) static classStableSampler.CMSStableSamplerImplement the generic stable distribution case:alpha < 2andbeta != 0.Methods in org.apache.commons.rng.sampling.distribution that return StableSampler.WeronStableSampler Modifier and Type Method Description StableSampler.WeronStableSamplerStableSampler.WeronStableSampler. withUniformRandomProvider(UniformRandomProvider rng)Constructors in org.apache.commons.rng.sampling.distribution with parameters of type StableSampler.WeronStableSampler Constructor Description WeronStableSampler(UniformRandomProvider rng, StableSampler.WeronStableSampler source)
-