The NormalityTest type exposes the following members.

Constructors

NameDescription
NormalityTest
Constructor for NormalityTest.

Methods

NameDescription
ChiSquaredTest
Performs the chi-squared goodness-of-fit test.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LillieforsTest
Performs the Lilliefors test.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ShapiroWilkTest
Performs the Shapiro-Wilk W test using Royston's calculation.
ShapiroWilkWTest
Performs the Shapiro-Wilk W test.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
ChiSquared
Returns the chi-square statistic for the chi-squared goodness-of-fit test.
DegreesOfFreedom
Returns the degrees of freedom for the chi-squared goodness-of-fit test.
MaxDifference
Returns the maximum absolute difference between the empirical and the theoretical distributions for the Lilliefors test.
ShapiroWilkW
Returns the Shapiro-Wilk W statistic for the Shapiro-Wilk W test.

See Also