Click or drag to resize

TwoSampleKSTest Constructor

Overload List
 NameDescription
Public methodTwoSampleKSTest Default constructor. Constructs an empty TwoSampleKSTest instance.
Public methodTwoSampleKSTest(Double, Double) Constructs a TwoSampleKSTest from the given samples.
Public methodTwoSampleKSTest(DoubleVector, DoubleVector) Constructs a TwoSampleKSTest from the given samples.
Public methodTwoSampleKSTest(IDFColumn, IDFColumn) Constructs a TwoSampleKSTest from the given samples.
Public methodTwoSampleKSTest(Int32, Int32) Constructs a TwoSampleKSTest from the given samples.
Public methodTwoSampleKSTest(Double, Double, Double) Constructs a TwoSampleKSTest from the given samples and specified alpha level.
Public methodTwoSampleKSTest(DoubleVector, DoubleVector, Double) Constructs a TwoSampleKSTest from the given samples and specified alpha level.
Public methodTwoSampleKSTest(IDFColumn, IDFColumn, Double) Constructs a TwoSampleKSTest from the given samples and specified alpha level.
Public methodTwoSampleKSTest(Int32, Int32, Double) Constructs a TwoSampleKSTest from the given samples and specified alpha level.
Top
See Also