Click or drag to resize

OneSampleKSTest(DoubleVector, ProbabilityDistribution) Constructor

Constructs a OneSampleKSTest from the given sample data and specified distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneSampleKSTest(
	DoubleVector data,
	ProbabilityDistribution dist
)

Parameters

data  DoubleVector
The sample data.
dist  ProbabilityDistribution
The hypothesized distribution.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data has length of zero, after missing values are ignored.
Remarks
The distribution of data is compared to the hypothesized distribution defined by dist.CDF.
See Also