Module ojalgo
Package org.ojalgo.random
-
Interface Summary Interface Description ContinuousDistribution DiscreteDistribution Distribution DistributionDistribution1D FrequencyMap.FrequencyPredicate<T> -
Class Summary Class Description AbstractContinuous AbstractDiscrete AbstractDistribution1D Binomial The frequency in count indepedent trials, each with probability probability, has a binomial distribution.Cauchy https://en.wikipedia.org/wiki/Cauchy_distributionChiSquareDistribution ChiSquareDistribution.Degree2 ChiSquareDistribution.NormalApproximation Deterministic Erlang Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.Exponential Distribution of length of life when no aging.FrequencyMap<T> Count the occurrence of different keysGamma 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).Normal1D 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.Random1D RandomNumber RandomNumberSampleSet SampleSet.CombineableSet<N extends java.lang.Comparable<N>> TDistribution TDistribution.Degree1 TDistribution.Degree2 TDistribution.Degree3 TDistribution.Degree4 TDistribution.Degree5 TDistribution.DegreeInfinity Uniform Certain waiting times.Weibull Useful as length of life distribution in reliability theory.