Click or drag to resize
KolmogorovOneSample Constructor
Constructs a one sample Kolmogorov-Smirnov goodness-of-fit test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public KolmogorovOneSample(
	ICdfFunction cdf,
	double[] x
)

Parameters

cdf
Type: Imsl.StatICdfFunction
is the cdf function, F(x). If must be non-decreasing and its value must be in [0, 1].
x
Type: SystemDouble
is a double array containing the observations.
See Also