Uses of Class
org.apache.commons.rng.sampling.distribution.TSampler.StudentsTSampler
-
Packages that use TSampler.StudentsTSampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of TSampler.StudentsTSampler in org.apache.commons.rng.sampling.distribution
Methods in org.apache.commons.rng.sampling.distribution that return TSampler.StudentsTSampler Modifier and Type Method Description TSampler.StudentsTSampler
TSampler.StudentsTSampler. 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.Constructors in org.apache.commons.rng.sampling.distribution with parameters of type TSampler.StudentsTSampler Constructor Description StudentsTSampler(UniformRandomProvider rng, TSampler.StudentsTSampler source)
-