Méthode | Description | |
---|---|---|
IsValidLambda ( double value ) : bool |
Determines whether the specified value is valid for parameter Lambda.
|
|
Next ( ) : int |
Returns a poisson distributed random number.
|
|
NextDouble ( ) : double |
Returns a poisson distributed floating point random number.
|
|
PoissonDistribution ( ) : System |
Initializes a new instance of the PoissonDistribution class, using a StandardGenerator as underlying random number generator.
|
|
PoissonDistribution ( |
Initializes a new instance of the PoissonDistribution class, using the specified Generator as underlying random number generator.
|
Méthode | Description | |
---|---|---|
UpdateHelpers ( ) : void |
Updates the helper variables that store intermediate results for generation of beta distributed random numbers.
|
public IsValidLambda ( double value ) : bool | ||
value | double | The value to check. |
Résultat | bool |
public PoissonDistribution ( |
||
generator | A Generator object. | |
Résultat | System |