Click or drag to resize

OneSampleKSTestUpdate(Int32, ProbabilityDistribution) Method

Updates this test with new sample data and a new distribution.

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

Parameters

data  Int32
The sample data.
dist  ProbabilityDistribution
The hypothesized distribution.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data has length of zero.
Remarks
The distribution of data is compared to the hypothesized distribution defined by dist.CDF.
See Also