Click or drag to resize

OneSampleAndersonDarlingTestUpdate(IDFColumn) Method

Updates this test with new sample data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	IDFColumn data
)

Parameters

data  IDFColumn
The sample data.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if Anderson-Darling cannot be performed on data.
See Also