Click or drag to resize

OneSampleAndersonDarlingTest(Double) Constructor

Constructs a OneSampleAndersonDarlingTest from the given sample data where the population mean and population standard deviation are unknown.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneSampleAndersonDarlingTest(
	double[] data
)

Parameters

data  Double
The sample data.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if Anderson-Darling test cannot be performed on data.
Remarks
The alpha level is set to the current value specified by the static DefaultAlpha property. Missing values are ignored.
See Also