One Sample ZTest.Population Standard Deviation Property
Gets or sets the standard deviation 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 standard deviation of the population from which the sample was drawn.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double PopulationStandardDeviation { get; set; }
Property Value
DoubleThe standard deviation of the population from which the sample was drawn.
Remarks
The standard deviation must be greater than or equal to zero.
Exceptions
ArgumentOutOfRangeException | The new standard deviation is less than zero. |