Click or drag to resize

IntRandomPoissonVaryingMeanDistribution(Double) Constructor

Constructs a random number generator for a discrete Poisson distribution using the specified array of means.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IntRandomPoissonVaryingMeanDistribution(
	double[] lambdas
)

Parameters

lambdas  Double
Array of means.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if any of the supplied means in less than 0.
See Also