The NormalityTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NormalityTest |
Constructor for NormalityTest.
|
Methods
Name | Description | |
---|---|---|
![]() | ChiSquaredTest |
Performs the chi-squared goodness-of-fit test.
|
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|