Click or drag to resize

PoissonDistribution(Double, RandomGenerator) Constructor

Initializes a new instance of the PoissonDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PoissonDistribution(
	double mean,
	RandomGenerator ran
)

Parameters

mean  Double
The mean of the distribution.
ran  RandomGenerator
The random number generator to use.
See Also