Overload List

  NameDescription
TwoSampleKSTest()()()
Default constructor. Constructs an empty TwoSampleKSTest instance.
TwoSampleKSTest(DoubleVector, DoubleVector)
Constructs a TwoSampleKSTest from the given samples.
TwoSampleKSTest(IDFColumn, IDFColumn)
Constructs a TwoSampleKSTest from the given samples.
TwoSampleKSTest(array<Double>[]()[], array<Double>[]()[])
Constructs a TwoSampleKSTest from the given samples.
TwoSampleKSTest(array<Int32>[]()[], array<Int32>[]()[])
Constructs a TwoSampleKSTest from the given samples.
TwoSampleKSTest(DoubleVector, DoubleVector, Double)
Constructs a TwoSampleKSTest from the given samples and specified alpha level.
TwoSampleKSTest(IDFColumn, IDFColumn, Double)
Constructs a TwoSampleKSTest from the given samples and specified alpha level.
TwoSampleKSTest(array<Double>[]()[], array<Double>[]()[], Double)
Constructs a TwoSampleKSTest from the given samples and specified alpha level.
TwoSampleKSTest(array<Int32>[]()[], array<Int32>[]()[], Double)
Constructs a TwoSampleKSTest from the given samples and specified alpha level.

See Also