(package private) class |
AbstractContinuous |
|
(package private) class |
AbstractDiscrete |
|
class |
Binomial |
The frequency in count indepedent trials, each with probability probability, has a binomial distribution.
|
class |
Cauchy |
https://en.wikipedia.org/wiki/Cauchy_distribution
|
class |
ChiSquareDistribution |
|
(package private) static class |
ChiSquareDistribution.Degree2 |
|
(package private) static class |
ChiSquareDistribution.NormalApproximation |
|
class |
Deterministic |
|
class |
Erlang |
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.
|
class |
Exponential |
Distribution of length of life when no aging.
|
class |
Gamma |
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.
|
class |
Geometric |
The number of required trials until an event with probability aProbability occurs has a geometric
distribution.
|
class |
LogNormal |
A continuous distribution in which the logarithm of a variable has a normal distribution.
|
class |
Normal |
Under general conditions, the sum of a large number of random variables is approximately normally
distributed (the central limit theorem).
|
class |
Poisson |
The Poisson distribution is a discrete probability distribution that expresses the probability of a given
number of events occurring in a fixed interval of time and/or space if these events occur with a known
average rate and independently of the time since the last event.
|
class |
TDistribution |
|
(package private) static class |
TDistribution.Degree1 |
|
(package private) static class |
TDistribution.Degree2 |
|
(package private) static class |
TDistribution.Degree3 |
|
(package private) static class |
TDistribution.Degree4 |
|
(package private) static class |
TDistribution.Degree5 |
|
(package private) static class |
TDistribution.DegreeInfinity |
|
class |
Uniform |
Certain waiting times.
|
class |
Weibull |
Useful as length of life distribution in reliability theory.
|