Returns the mean of the sample.

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

Syntax

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

Field Value

A double containing the mean of x.

See Also