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

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

Parameters

x
Type: SystemDouble
Array containing the observations from the first sample.
y
Type: SystemDouble
Array containing the observations from the second sample.
See Also