 | NoncentralTDistributionVariance Property |
Gets the variance of the distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Variance { get; }
Public ReadOnly Property Variance As Double
Get
public:
property double Variance {
double get ();
}
member Variance : float with 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