Click or drag to resize

PoissonDistributionVariance Property

Gets and sets the variance of the distribution.

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

Property Value

Double

Implements

IRandomVariableMomentsVariance
Remarks
The variance of the distribution is the standard deviation squared.
See Also