Click or drag to resize

TwoSampleKSTest(IDFColumn, IDFColumn, Double) Constructor

Constructs a TwoSampleKSTest from the given samples and specified alpha level.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoSampleKSTest(
	IDFColumn data1,
	IDFColumn data2,
	double alpha
)

Parameters

data1  IDFColumn
The first sample.
data2  IDFColumn
The second sample.
alpha  Double
The accepted probability of falsely rejecting the null hypothesis.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data1 or data2 has length of zero, after removing missing values.
Remarks
Missing values are ignored.
See Also