Click or drag to resize

IntRandomPoissonDistribution(Double, IntRandomPoissonDistributionGenerationMethod) Constructor

Constructs a random number generator for a discrete Poisson distribution using the specified mean.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IntRandomPoissonDistribution(
	double lambda,
	IntRandomPoissonDistributionGenerationMethod method
)

Parameters

lambda  Double
Mean.
method  IntRandomPoissonDistributionGenerationMethod
The generation method to use.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if lambda less than 0.
See Also