(package private) static class |
StableSampler.Alpha1CMSStableSampler |
Implement the stable distribution case: alpha == 1 and beta != 0 .
|
(package private) static class |
StableSampler.Beta0CMSStableSampler |
Implement the generic stable distribution case: alpha < 2 and beta == 0 .
|
(package private) static class |
StableSampler.Beta0WeronStableSampler |
Implement the generic stable distribution case: alpha < 2 and beta == 0 .
|
private static class |
StableSampler.CauchyStableSampler |
Implement the alpha = 1 and beta = 0 stable distribution case
(Cauchy distribution).
|
(package private) static class |
StableSampler.CMSStableSampler |
Implement the generic stable distribution case: alpha < 2 and
beta != 0 .
|
(package private) static class |
StableSampler.WeronStableSampler |
Implement the generic stable distribution case: alpha < 2 and
beta != 0 .
|