AndersonDarlingTest.StandardDeviation 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.0
C#
public double StandardDeviation { get; set; }

Property Value

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

See Also