Gets or sets the mean of the distribution being tested.

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

Syntax

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

Value

The mean of the distribution being tested.

Remarks

Setting this property is optional. If it is not set, the sample mean is used instead, and the test is adjusted accordingly.