Package org.ojalgo.random

Interface Summary
ContinuousDistribution  
DiscreteDistribution  
Distribution Distribution
 

Class Summary
Binomial The frequency in aCount indepedent trials, each with probability aProbability, has a binomial distribution.
Exponential Distribution of length of life when no aging.
Gamma Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.
Geometric The number of required trials until an event with probability aProbability occurs has a geometric distribution.
LogNormal A continuous distribution in which the logarithm of a variable has a normal distribution.
Normal Under general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).
Poisson Distribution of number of points in random point process under certain simple assumptions.
RandomNumber RandomNumber
RandomUtils  
SampleSet  
Uniform Certain waiting times.
Weibull Useful as length of life distribution in reliability theory.