| Name | Description |
---|
 | TwoSampleKSTest |
Default constructor. Constructs an empty TwoSampleKSTest instance.
|
 | TwoSampleKSTest(Double, Double) |
Constructs a TwoSampleKSTest from the given samples.
|
 | TwoSampleKSTest(DoubleVector, DoubleVector) |
Constructs a TwoSampleKSTest from the given samples.
|
 | TwoSampleKSTest(IDFColumn, IDFColumn) |
Constructs a TwoSampleKSTest from the given samples.
|
 | TwoSampleKSTest(Int32, Int32) |
Constructs a TwoSampleKSTest from the given samples.
|
 | TwoSampleKSTest(Double, Double, Double) |
Constructs a TwoSampleKSTest from the given samples and specified
alpha level.
|
 | 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(Int32, Int32, Double) |
Constructs a TwoSampleKSTest from the given samples and specified
alpha level.
|