Uses of Class
org.apache.commons.rng.sampling.distribution.StableSampler.BaseStableSampler
Packages that use StableSampler.BaseStableSampler
Package
Description
This package contains classes for sampling from statistical distributions.
-
Uses of StableSampler.BaseStableSampler in org.apache.commons.rng.sampling.distribution
Modifier and TypeClassDescription(package private) static class
Implement the stable distribution case:alpha == 1
andbeta != 0
.(package private) static class
Implement the generic stable distribution case:alpha < 2
andbeta == 0
.(package private) static class
Implement the generic stable distribution case:alpha < 2
andbeta == 0
.private static class
Implement thealpha = 1
andbeta = 0
stable distribution case (Cauchy distribution).(package private) static class
Implement the generic stable distribution case:alpha < 2
andbeta != 0
.(package private) static class
Implement the generic stable distribution case:alpha < 2
andbeta != 0
.