Represents an Anderson-Darling test that a sample is normally distributed.
SystemObject Extreme.Statistics.TestsHypothesisTest Extreme.Statistics.TestsOneSampleTestDouble Extreme.Statistics.TestsOneSampleTest Extreme.Statistics.TestsAndersonDarlingTest
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public sealed class AndersonDarlingTest : OneSampleTest
Public NotInheritable Class AndersonDarlingTest
Inherits OneSampleTest
public ref class AndersonDarlingTest sealed : public OneSampleTest
[<SealedAttribute>]
type AndersonDarlingTest =
class
inherit OneSampleTest
end
The AndersonDarlingTest type exposes the following members.
Top
Top
Top
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.
Reference