IMSL C# Numerical Library

NormalityTest Members

NormalityTest overview

Public Instance Constructors

NormalityTest Constructor Constructor for NormalityTest.

Public Instance Properties

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.

Public Instance Methods

ChiSquaredTest Performs the chi-squared goodness-of-fit test.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
LillieforsTest Performs the Lilliefors test.
ShapiroWilkTest Performs the Shapiro-Wilk W test using Royston's calculation.
ShapiroWilkWTest Performs the Shapiro-Wilk W test.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

NormalityTest Class | Imsl.Stat Namespace | Example