IMSL C# Numerical Library

KolmogorovTwoSample Constructor 

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

public KolmogorovTwoSample(
   double[] x,
   double[] y
);

Parameters

x
Array containing the observations from the first sample.
y
Array containing the observations from the second sample.

See Also

KolmogorovTwoSample Class | Imsl.Stat Namespace