SSJ
3.3.1
Stochastic Simulation in Java
|
Classes | |
class | BernoulliDist |
Extends the class DiscreteDistributionInt for the Bernoulli distribution [118] with parameter \(p\), where \(0\le p\le1\). More... | |
class | BinomialDist |
Extends the class DiscreteDistributionInt for the binomial distribution [118] (page 321) with parameters \(n\) and \(p\), where \(n\) is a positive integer and \(0\le p\le1\). More... | |
class | ConstantIntDist |
Represents a constant discrete distribution taking a single integer value with probability 1. More... | |
class | GeometricDist |
Extends the class DiscreteDistributionInt for the geometric distribution [118] (page 322) with parameter \(p\), where \(0 < p < 1\). More... | |
class | HypergeometricDist |
Extends the class DiscreteDistributionInt for the hypergeometric distribution [66] (page 101) with \(k\) elements chosen among \(l\), \(m\) being of one type, and \(l-m\) of the other. More... | |
class | LogarithmicDist |
Extends the class DiscreteDistributionInt for the logarithmic distribution. More... | |
class | NegativeBinomialDist |
Extends the class DiscreteDistributionInt for the negative binomial distribution [118] (page 324) with real parameters \(n\) and \(p\), where \(n > 0\) and \(0\le p\le1\). More... | |
class | PascalDist |
The Pascal distribution is a special case of the negative binomial distribution [118] (page 324) with parameters \(n\) and \(p\), where \(n\) is a positive integer and \(0\le p\le1\). More... | |
class | PoissonDist |
Extends the class DiscreteDistributionInt for the Poisson distribution [118] (page 325) with mean \(\lambda\ge0\). More... | |
class | UniformIntDist |
Extends the class DiscreteDistributionInt for the discrete uniform distribution over the range \([i,j]\). More... | |