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 classImplement the stable distribution case:alpha == 1andbeta != 0.(package private) static classImplement the generic stable distribution case:alpha < 2andbeta == 0.(package private) static classImplement the generic stable distribution case:alpha < 2andbeta == 0.private static final classImplement thealpha = 1andbeta = 0stable distribution case (Cauchy distribution).(package private) static classImplement the generic stable distribution case:alpha < 2andbeta != 0.(package private) static classImplement the generic stable distribution case:alpha < 2andbeta != 0.