Uses of Interface
org.ojalgo.random.DiscreteDistribution

Packages that use DiscreteDistribution
Package
Description
 
  • Uses of DiscreteDistribution in org.ojalgo.random

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