Click or drag to resize

PoissonDistribution Constructor

Constructs a PoissonDistribution with the specified lambda, which is both the mean and the variance of the distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PoissonDistribution(
	double lambda
)

Parameters

lambda  Double
The lambda parameter.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if lambda is less than or equal to zero.
See Also