Click or drag to resize
Accord.NET (logo)

AndersonDarlingDistributionType Enumeration

Distribution types supported by the Anderson-Darling distribution.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum AndersonDarlingDistributionType
Members
  Member nameValueDescription
Uniform0 The statistic should reflect p-values for a Anderson-Darling comparison against an Uniform distribution.
Normal1 The statistic should reflect p-values for a Anderson-Darling comparison against a Normal distribution.
See Also