Click or drag to resize

NoncentralTDistributionVariance 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
Remarks
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