TestOfNormality Enumeration

Enumerates the choices when testing whether a sample follows a normal distribution.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public enum TestOfNormality

Remarks

The default is the Anderson-Darling test.

Members

AndersonDarling0 Use the Anderson-Darling test.
ChiSquared1 Use the chi-square goodness-of-fit test.
ShapiroWilk2 Use the Shapiro-Wilk test. The sample size must be between 3 and 5000.

See Also