See: Description
| Interface | Description |
|---|---|
| ContinuousRandomVariable |
A random variable generator for a continuous distribution.
|
| DiscreteRandomVariable |
A random variable generator for a discrete distribution.
|
| RNG |
Defines a random number generator that is capable of generating sequences of
random numbers uniformly distributed between zero and one.
|
| Class | Description |
|---|---|
| AbstractContinuousRandomVariable |
Base continuous random variable that provides a
{@link RNG) instance as a source for uniform random numbers.
|
| AbstractDiscreteRandomVariable |
Base continuous random variable that provides a
{@link RNG) instance as a source for uniform random numbers.
|
| BernoulliRandomVariable |
A random variable generator for the Bernoulli distribution.
|
| BetaRandomVariable |
A random variable generator for the Beta distribution.
|
| BinomialRandomVariable | |
| CauchyRandomVariable |
A random variable generator for the Cauchy distribution.
|
| ChiSquaredRandomVariable |
A random variable generator for the Chi-Squared distribution.
|
| ExponentialRandomVariable |
A random variable generator for the Exponential distribution.
|
| FRandomVariable |
A random variable generator for the F distribution.
|
| GammaRandomVariable |
A random variable generator for the Gamma distribution.
|
| GeometricRandomVariable |
A random variable generator for the Geometric distribution.
|
| LaplaceRandomVariable |
A random variable generator for the Laplace distribution.
|
| LinearCongruentialRNG |
A general linear congruential generator.
|
| LogisticRandomVariable |
A random variable generator for the Logistic distribution.
|
| LogNormalRandomVariable |
A random variable generator for the Log Normal distribution.
|
| MathRNG |
A random number generator that delegates random number generation to the
Math.random() method. |
| NegativeBinomialRandomVariable |
A random variable generator for the Negative Binomial distribution.
|
| NormalRandomVariable |
A random variable generator for the Normal distribution.
|
| PoissonRandomVariable |
A random variable generator for the Poisson distribution.
|
| RandomRNG |
A random number generator that delegates random number generation to a
Random object. |
| RayleighRandomVariable |
A random variable generator for the Rayleigh distribution.
|
| TRandomVariable |
A random variable generator for Student's t distribution.
|
| UniformRandomVariable |
A random variable generator for the Uniform distribution.
|
| WeibullRandomVariable |
A random variable generator for the Weibull distribution.
|
DMelt 2.0 © DataMelt by jWork.ORG