IMSL C# Numerical Library

KolmogorovOneSample Constructor 

Constructs a one sample Kolmogorov-Smirnov goodness-of-fit test.

public KolmogorovOneSample(
   ICdfFunction cdf,
   double[] x
);

Parameters

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

See Also

KolmogorovOneSample Class | Imsl.Stat Namespace