public class Poisson extends Object
| Constructor and Description |
|---|
Poisson(double lambda,
long seed) |
Poisson(double lambda,
RandomEngine re) |
| Modifier and Type | Method and Description |
|---|---|
double |
expectedMean() |
double |
expectedVariance() |
double |
nextDouble() |
int |
nextInt()
Returns the next value the Poisson distribution;
technique is due to Algorithm 369, CACM, January 1970
|
public Poisson(double lambda,
long seed)
public Poisson(double lambda,
RandomEngine re)
Copyright © 2017. All rights reserved.