Uses of Class
org.ojalgo.random.AbstractDiscrete

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

    Modifier and Type
    Class
    Description
    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.