Click or drag to resize

TDistributionVariance Property

Gets the variance of the distribution.

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

Property Value

Double

Implements

IRandomVariableMomentsVariance
Remarks
The variance of the distribution is the standard deviation squared. If the degrees of freedom for the distribution is less than 3, the variance is undefined. In this case Double.NaN is returned.
See Also