One Sample ZTest.Population Standard Deviation 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.1.5
    C#
    
 
 
The standard deviation of the population from which the sample was drawn.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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
| Argument | The new standard deviation is less than zero.  |