Uses of Class
org.apache.commons.rng.sampling.distribution.TSampler
-
Packages that use TSampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of TSampler in org.apache.commons.rng.sampling.distribution
Subclasses of TSampler in org.apache.commons.rng.sampling.distribution Modifier and Type Class Description private static classTSampler.NormalTSamplerSample from a t-distribution using a normal distribution.private static classTSampler.StudentsTSamplerSample from a t-distribution using Bailey's algorithm.Methods in org.apache.commons.rng.sampling.distribution that return TSampler Modifier and Type Method Description static TSamplerTSampler. of(UniformRandomProvider rng, double degreesOfFreedom)Create a new t distribution sampler.abstract TSamplerTSampler. withUniformRandomProvider(UniformRandomProvider rng)Create a new instance of the sampler with the same underlying state using the given uniform random provider as the source of randomness.
-