| Name | Description |
---|
 | WilcoxonSignedRankTest(Double, Double) |
Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data.
|
 | WilcoxonSignedRankTest(DoubleVector, DoubleVector) |
Constructs a WilcoxonSignedRankTest instance using the given paired vectors of sample data.
|
  | WilcoxonSignedRankTest(IDFColumn, IDFColumn) |
Constructs a WilcoxonSignedRankTest instance using the given paired columns of sample data.
|
 | WilcoxonSignedRankTest(Int32, Int32) |
Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data.
|
 | WilcoxonSignedRankTest(Double, Double, Double, HypothesisType, Boolean) |
Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data,
and the given hypothesis parameters.
|
 | WilcoxonSignedRankTest(DoubleVector, DoubleVector, Double, HypothesisType, Boolean) |
Constructs a WilcoxonSignedRankTest instance using the given paired vectors of sample data,
and the given hypothesis parameters.
|
  | WilcoxonSignedRankTest(IDFColumn, IDFColumn, Double, HypothesisType, Boolean) |
Constructs a WilcoxonSignedRankTest instance using the given paired columns of sample data,
and the given hypothesis parameters.
|
 | WilcoxonSignedRankTest(Int32, Int32, Double, HypothesisType, Boolean) |
Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data,
and the given hypothesis parameters.
|