Uses of Class
org.apache.commons.rng.sampling.distribution.MarsagliaTsangWangDiscreteSampler.AbstractMarsagliaTsangWangDiscreteSampler
Package
Description
This package contains classes for sampling from statistical distributions.
-
Uses of MarsagliaTsangWangDiscreteSampler.AbstractMarsagliaTsangWangDiscreteSampler in org.apache.commons.rng.sampling.distribution
Subclasses of MarsagliaTsangWangDiscreteSampler.AbstractMarsagliaTsangWangDiscreteSampler in org.apache.commons.rng.sampling.distributionModifier and TypeClassDescriptionprivate static final class
Return a fixed result for the Binomial distribution.private static final class
Return an inversion result for the Binomial distribution.private static final class
An implementation for the sample algorithm based on the decomposition of the index in the range[0,2^30)
into 5 base-64 digits with 16-bit backing storage.private static final class
An implementation for the sample algorithm based on the decomposition of the index in the range[0,2^30)
into 5 base-64 digits with 32-bit backing storage.private static final class
An implementation for the sample algorithm based on the decomposition of the index in the range[0,2^30)
into 5 base-64 digits with 8-bit backing storage.Constructors in org.apache.commons.rng.sampling.distribution with parameters of type MarsagliaTsangWangDiscreteSampler.AbstractMarsagliaTsangWangDiscreteSamplerModifierConstructorDescription(package private)
AbstractMarsagliaTsangWangDiscreteSampler
(UniformRandomProvider rng, MarsagliaTsangWangDiscreteSampler.AbstractMarsagliaTsangWangDiscreteSampler source)