One Sample ZTest.Population Mean Property
Gets or sets the mean of the population from which the sample was drawn.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The mean of the population from which the sample was drawn.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double PopulationMean { get; set; }
Property Value
DoubleThe mean of the population from which the sample was drawn.