TestOfNormality Enumeration

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

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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