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