Gets the mean or expectation value of the distribution.

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

Syntax

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

Value

The mean of the distribution.

Remarks

The mean or expectation value of a distribution indicates its average or central value. The mean is only a very rudimentary characterization of a distribution. Two distributions with the same mean value can be very different.

See Also