Click or drag to resize

WilcoxonSignedRankTest Methods

The WilcoxonSignedRankTest type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this WilcoxonSignedRankTest.
Public methodStatic memberComputeExactPValue Computes an exact p-value by enumerating all possible rank sums.
Public methodToString Returns a formatted string representation of the test results.
(Overrides ObjectToString)
Public methodUpdate(Double, Double, Boolean) Updates the test statistic with new sample data.
Public methodUpdate(DoubleVector, DoubleVector, Boolean) Updates the test statistic with new sample data.
Public methodCode exampleUpdate(IDFColumn, IDFColumn, Boolean) Updates the test statistic with new sample data.
Public methodUpdate(Int32, Int32, Boolean) Updates the test statistic with new sample data.
Top
See Also