Click or drag to resize

OneSampleKSTestUpdate(Int32, FuncDouble, Double) Method

Updates this test with new sample data and a new cumulative distribution function (CDF).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	int[] data,
	Func<double, double> cdf
)

Parameters

data  Int32
The sample data.
cdf  FuncDouble, Double
A functor that takes a double-precision floating point number and returns a double-precision floating point number that encapsulates the hypothesized cumulative distribution function (CDF).
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data has length of zero.
See Also