Uses of Package
org.apache.commons.rng.sampling.distribution
Packages that use org.apache.commons.rng.sampling.distribution
Package
Description
This package provides sampling utilities.
This package contains classes for sampling from statistical distributions.
-
Classes in org.apache.commons.rng.sampling.distribution used by org.apache.commons.rng.samplingClassDescriptionSampler that generates values of type
double.Sampler that generates values of typeint.Sampler that generates values of typelong.Sampler that generates values of typedoubleand can create new instances to sample from the same state with a given source of randomness.Sampler that generates values of typeintand can create new instances to sample from the same state with a given source of randomness.Sampler that generates values of typelongand can create new instances to sample from the same state with a given source of randomness. -
Classes in org.apache.commons.rng.sampling.distribution used by org.apache.commons.rng.sampling.distributionClassDescriptionInterface for a continuous distribution that can be sampled using the inversion method.Sampler that generates values of type
double.Sampling from a Dirichlet distribution.Interface for a discrete distribution that can be sampled using the inversion method.Sampler that generates values of typeint.Distribution sampler that uses the Fast Loaded Dice Roller (FLDR).Sampling from a Lévy distribution.Sampler that generates values of typelong.Marker interface for a sampler that generates values from an N(0,1) Gaussian distribution.Create a sampler for the Poisson distribution using a cache to minimise construction cost.Deprecated.Since version 1.1.Sampler that generates values of typedoubleand can create new instances to sample from the same state with a given source of randomness.Sampler that generates values of typeintand can create new instances to sample from the same state with a given source of randomness.Sampler that generates values of typelongand can create new instances to sample from the same state with a given source of randomness.Samples from a stable distribution.Sampling from a T distribution.Discrete uniform distribution sampler generating values of typelong.Modified ziggurat method for sampling from Gaussian and exponential distributions.Modified ziggurat method for sampling from an exponential distribution.Modified ziggurat method for sampling from a Gaussian distribution with mean 0 and standard deviation 1.