Click or drag to resize

TwoSampleKSTestUpdate(DoubleVector, DoubleVector) Method

Updates this test with new sample data.

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

Parameters

data1  DoubleVector
The first sample.
data2  DoubleVector
The second sample.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data1 or data2 has length of zero, after removing missing values.
Remarks
Missing values are ignored.
See Also