Test Of Normality 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum TestOfNormality
Remarks
The default is the Anderson-Darling test.
Members
AndersonDarling | 0 | Use the Anderson-Darling test. |
ChiSquared | 1 | Use the chi-square goodness-of-fit test. |
ShapiroWilk | 2 | Use the Shapiro-Wilk test. The sample size must be between 3 and 5000. |