Click or drag to resize

FDistributionMean 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

Implements

IRandomVariableMomentsMean
Remarks
The mean is not defined when the second degrees of freedom parameter is less than three. In this case Double.NaN is returned.
See Also