OneSampleZTest.PopulationStandardDeviation Property

Gets or sets the standard deviation 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.0
C#
public double PopulationStandardDeviation { get; set; }

Property Value

Double
The 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.

See Also