Gets or sets the standard deviation of the population from which the sample was drawn.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property PopulationStandardDeviation As Double |
| C# |
|---|
public double PopulationStandardDeviation { get; set; } |
| C++ |
|---|
public: double PopulationStandardDeviation { double get (); void set (double value); } |
Value
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
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The new standard deviation is less than zero. |