Click or drag to resize

OneSampleAndersonDarlingTestUpdate(DoubleVector) Method

Updates this test with the established parameters.

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

Parameters

data  DoubleVector

[Missing <param name="data"/> documentation for "M:CenterSpace.NMath.Core.OneSampleAndersonDarlingTest.Update(CenterSpace.NMath.Core.DoubleVector)"]

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