SSJ
3.3.1
Stochastic Simulation in Java
|
Classes | |
class | BernoulliGen |
This class implements random variate generators for the Bernoulli distribution (see class umontreal.ssj.probdist.BernoulliDist ). More... | |
class | BinomialConvolutionGen |
Implements binomial random variate generators using the convolution method. More... | |
class | BinomialGen |
This class implements random variate generators for the binomial distribution. More... | |
class | GeometricGen |
This class implements a random variate generator for the geometric distribution. More... | |
class | HypergeometricGen |
This class implements random variate generators for the hypergeometric distribution. More... | |
class | LogarithmicGen |
This class implements random variate generators for the (discrete) logarithmic distribution. More... | |
class | NegativeBinomialGen |
This class implements random variate generators having the negative binomial distribution. More... | |
class | PascalConvolutionGen |
Implements Pascal random variate generators by the convolution method (see [118] ). More... | |
class | PascalGen |
Implements Pascal random variate generators, which is a special case of the negative binomial generator with parameter \(\gamma\) equal to a positive integer. More... | |
class | PoissonGen |
This class implements random variate generators having the Poisson distribution. More... | |
class | PoissonTIACGen |
This class implements random variate generators having the Poisson distribution (see PoissonGen ). More... | |
class | UniformIntGen |
This class implements a random variate generator for the uniform distribution over integers, over the interval \([i,j]\). More... | |