Click or drag to resize
Accord.NET (logo)

AndersonDarlingDistribution Constructor

Creates a new Anderson-Darling distribution.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public AndersonDarlingDistribution(
	AndersonDarlingDistributionType type,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double samples
)
Request Example View Source

Parameters

type
Type: Accord.Statistics.Distributions.UnivariateAndersonDarlingDistributionType
The type of the compared distribution.
samples
Type: SystemDouble
The number of samples.
See Also