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

MemberDescription
AndersonDarling
ChiSquared

Remarks

The default is the Anderson-Darling test.