Click or drag to resize
Accord.NET (logo)

DistributionAnalysisAndersonDarling Property

Gets the Anderson-Darling tests performed against each of the candidate distributions.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public AndersonDarlingTest[] AndersonDarling { get; }
Request Example View Source

Property Value

Type: AndersonDarlingTest
See Also