Gets or sets the standard deviation of the distribution being tested.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property StandardDeviation As Double |
| C# |
|---|
public double StandardDeviation { get; set; } |
| C++ |
|---|
public: double StandardDeviation { double get (); void set (double value); } |
Value
The standard deviation of the distribution being tested.
Remarks
Setting this property is optional. If it is not set, the sample mean is used instead,
and the test is adjusted accordingly.