Wilcoxon | 
The WilcoxonSignedRankTest type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a deep copy of this WilcoxonSignedRankTest. | |
| ComputeExactPValue | Computes an exact p-value by enumerating all possible rank sums. | |
| ToString | 
            Returns a formatted string representation of the test results.
             (Overrides ObjectToString)  | |
| Update(Double, Double, Boolean) | Updates the test statistic with new sample data. | |
| Update(DoubleVector, DoubleVector, Boolean) | Updates the test statistic with new sample data. | |
| Update(IDFColumn, IDFColumn, Boolean) | Updates the test statistic with new sample data. | |
| Update(Int32, Int32, Boolean) | Updates the test statistic with new sample data. |