Click or drag to resize

IntRandomPoissonDistribution(Double) 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
)

Parameters

lambda  Double
Mean.
See Also