Returns the population mean of xData.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

A double representing the population mean of xData.

See Also