Click or drag to resize

OneSampleAndersonDarlingTestUpdate(Int32) Method

Updates this test with new sample data.

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

Parameters

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