Gets the mean of the distribution.

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

Syntax

C#
double Mean { get; }
Visual Basic
ReadOnly Property Mean As Double
	Get
Visual C++
property double Mean {
	double get ();
}

See Also