Class StableSampler.Beta0CMSStableSampler

All Implemented Interfaces:
ContinuousSampler, SharedStateContinuousSampler, SharedStateSampler<SharedStateContinuousSampler>
Enclosing class:
StableSampler

static class StableSampler.Beta0CMSStableSampler extends StableSampler.Beta0WeronStableSampler
Implement the generic stable distribution case: alpha < 2 and beta == 0.

Implements the same algorithm as the StableSampler.CMSStableSampler with the beta assumed to be 0.

This routine assumes alpha != 1; alpha=1, beta=0 is the Cauchy distribution case.