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