Click or drag to resize

NormalDistributionVariance Property

Gets and sets the variance of the density.

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

Property Value

Double

Implements

IRandomVariableMomentsVariance
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the variance is less than or equal to zero.
Remarks
The variance of the density is the standard deviation squared.
See Also