Uses of Interface
org.ojalgo.random.DiscreteDistribution
-
Packages that use DiscreteDistribution Package Description org.ojalgo.random -
-
Uses of DiscreteDistribution in org.ojalgo.random
Classes in org.ojalgo.random that implement DiscreteDistribution Modifier and Type Class Description (package private) class
AbstractDiscrete
class
Binomial
The frequency in count indepedent trials, each with probability probability, has a binomial distribution.class
Geometric
The number of required trials until an event with probability aProbability occurs has a geometric distribution.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.
-