OneSampleZTest.PopulationMean 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#
public double PopulationMean { get; set; }

Property Value

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

See Also