Click or drag to resize

PoissonDistributionMean Property

Gets and sets the mean of the distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Mean { get; set; }

Property Value

Double

Implements

IRandomVariableMomentsMean
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the mean is less than or equal to zero.
See Also