Gets the mean of the distribution.

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

C#
public double Mean { get; }
Visual Basic
Public ReadOnly Property Mean As Double
	Get
Visual C++
public:
virtual property double Mean {
	double get () sealed;
}

Implements

IRandomVariableMoments..::..Mean

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