Enumerates the choices when testing whether a sample follows
a normal distribution.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration TestOfNormality |
| C# |
|---|
public enum TestOfNormality |
| C++ |
|---|
public enum class TestOfNormality |
Members
| Member | Description |
|---|---|
| AndersonDarling |
Use the AndersonDarlingTest.
|
| ChiSquared |
Use the ChiSquareGoodnessOfFitTest.
|
Remarks
The default is the Anderson-Darling test.