Click or drag to resize

IntRandomPoissonVaryingMeanDistribution(DoubleVector) Constructor

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

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

Parameters

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