Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Tests Namespace
Represents a test that a sample is normally distributed.
For a list of all members of this type, see AndersonDarlingTest Members.
System.Object
HypothesisTest
OneSampleTest
AndersonDarlingTest
Use the AndersonDarlingTest class to test whether a sample comes from a normal distribution. The Anderson-Darling test is a variation of the Kolmogorov-Smirnov test that gives more weight to the tails of the distribution. In addition, the parameters of the distribution may be estimated from the sample. This makes the test more applicable in a larger number of cases.
The Mean and StandardDeviation of the distribution may be specified, but this is not necessary.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
AndersonDarlingTest Members | Extreme.Statistics.Tests Namespace | OneSampleKolmogorovSmirnovTest