Interface SharedStateContinuousSampler
-
- All Superinterfaces:
ContinuousSampler,SharedStateSampler<SharedStateContinuousSampler>
- All Known Implementing Classes:
AhrensDieterExponentialSampler,AhrensDieterMarsagliaTsangGammaSampler,AhrensDieterMarsagliaTsangGammaSampler.AhrensDieterGammaSampler,AhrensDieterMarsagliaTsangGammaSampler.BaseGammaSampler,AhrensDieterMarsagliaTsangGammaSampler.MarsagliaTsangGammaSampler,BoxMullerNormalizedGaussianSampler,ChengBetaSampler,ChengBetaSampler.BaseChengBetaSampler,ChengBetaSampler.ChengBBBetaSampler,ChengBetaSampler.ChengBCBetaSampler,CompositeSamplers.SharedStateContinuousSamplerFactory.CompositeSharedStateContinuousSampler,ContinuousUniformSampler,ContinuousUniformSampler.OpenIntervalContinuousUniformSampler,GaussianSampler,InverseTransformContinuousSampler,InverseTransformParetoSampler,LevySampler,LogNormalSampler,MarsagliaNormalizedGaussianSampler,StableSampler,StableSampler.Alpha1CMSStableSampler,StableSampler.BaseStableSampler,StableSampler.Beta0CMSStableSampler,StableSampler.Beta0WeronStableSampler,StableSampler.CauchyStableSampler,StableSampler.CMSStableSampler,StableSampler.GaussianStableSampler,StableSampler.LevyStableSampler,StableSampler.TransformedStableSampler,StableSampler.WeronStableSampler,TSampler,TSampler.NormalTSampler,TSampler.StudentsTSampler,ZigguratNormalizedGaussianSampler,ZigguratSampler,ZigguratSampler.Exponential,ZigguratSampler.Exponential.ExponentialMean,ZigguratSampler.NormalizedGaussian
public interface SharedStateContinuousSampler extends ContinuousSampler, SharedStateSampler<SharedStateContinuousSampler>
Sampler that generates values of typedoubleand can create new instances to sample from the same state with a given source of randomness.- Since:
- 1.3
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.rng.sampling.distribution.ContinuousSampler
sample, samples, samples
-
Methods inherited from interface org.apache.commons.rng.sampling.SharedStateSampler
withUniformRandomProvider
-
-