Click or drag to resize

WilcoxonSignedRankTest Constructor

Overload List
 NameDescription
Public methodWilcoxonSignedRankTest(Double, Double) Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data.
Public methodWilcoxonSignedRankTest(DoubleVector, DoubleVector) Constructs a WilcoxonSignedRankTest instance using the given paired vectors of sample data.
Public methodCode exampleWilcoxonSignedRankTest(IDFColumn, IDFColumn) Constructs a WilcoxonSignedRankTest instance using the given paired columns of sample data.
Public methodWilcoxonSignedRankTest(Int32, Int32) Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data.
Public methodWilcoxonSignedRankTest(Double, Double, Double, HypothesisType, Boolean) Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data, and the given hypothesis parameters.
Public methodWilcoxonSignedRankTest(DoubleVector, DoubleVector, Double, HypothesisType, Boolean) Constructs a WilcoxonSignedRankTest instance using the given paired vectors of sample data, and the given hypothesis parameters.
Public methodCode exampleWilcoxonSignedRankTest(IDFColumn, IDFColumn, Double, HypothesisType, Boolean) Constructs a WilcoxonSignedRankTest instance using the given paired columns of sample data, and the given hypothesis parameters.
Public methodWilcoxonSignedRankTest(Int32, Int32, Double, HypothesisType, Boolean) Constructs a WilcoxonSignedRankTest instance using the given paired arrays of sample data, and the given hypothesis parameters.
Top
See Also