Uses of Class
org.ojalgo.random.AbstractDiscrete
-
Packages that use AbstractDiscrete Package Description org.ojalgo.random -
-
Uses of AbstractDiscrete in org.ojalgo.random
Subclasses of AbstractDiscrete in org.ojalgo.random Modifier and Type Class Description 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.
-