Click or drag to resize

NoncentralTDistributionMean Property

Gets the mean of the distribution.

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

Property Value

Double
Remarks
If the degrees of freedom is less than 2 the mean is undefined. In this case Double.NaN is returned.
See Also