Click or drag to resize
Accord.NET (logo)

AndersonDarlingTestGetStatistic Method

Gets the Anderson-Darling statistic for the samples and target distribution.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double GetStatistic(
	double[] sortedSamples,
	IUnivariateDistribution<double> distribution
)
Request Example View Source

Parameters

sortedSamples
Type: SystemDouble
The sorted samples.
distribution
Type: Accord.Statistics.DistributionsIUnivariateDistributionDouble
The target distribution.

Return Value

Type: Double
See Also