Click or drag to resize

OneSampleAndersonDarlingTest(DoubleVector, 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(
	DoubleVector data,
	double alpha
)

Parameters

data  DoubleVector
The sample data.
alpha  Double
Threshold to reject null hypothesis.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if Anderson-Darling test cannot be performed on data.
See Also