Class StableSampler.Alpha1CMSStableSampler

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

static class StableSampler.Alpha1CMSStableSampler extends StableSampler.BaseStableSampler
Implement the stable distribution case: alpha == 1 and beta != 0.

Implements the same algorithm as the StableSampler.CMSStableSampler with the alpha assumed to be 1.

This sampler specifically requires that beta / (pi/2) != 0; otherwise the parameters equal alpha=1, beta=0 as the Cauchy distribution case.