Package | Description |
---|---|
org.ojalgo.random |
Modifier and Type | Class and Description |
---|---|
class |
Binomial
The frequency in aCount indepedent trials, each with probability aProbability, 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.
|
Copyright © 2019 Optimatika. All rights reserved.