KolmogorovTwoSample Constructor |
Constructs a two sample Kolmogorov-Smirnov goodness-of-fit test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public KolmogorovTwoSample(
double[] x,
double[] y
)
Public Sub New (
x As Double(),
y As Double()
)
public:
KolmogorovTwoSample(
array<double>^ x,
array<double>^ y
)
new :
x : float[] *
y : float[] -> KolmogorovTwoSample
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