Anderson Darling Test.Standard Deviation Property
Gets or sets the standard deviation of the distribution being tested.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The standard deviation of the distribution being tested.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double StandardDeviation { get; set; }
Property Value
DoubleThe 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.