Gets the mean of a variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Value

The mean of the variable's probability distribution.

Remarks

This property returns the arithmetic mean of the observations of this variable. The value equals the sum of the observations divided by the number of observations.