Gets or sets the mean of the population from which the sample was drawn.

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

Syntax

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

Value

The mean of the population from which the sample was drawn.