Wilcoxon |
The WilcoxonSignedRankTest type exposes the following members.
| Name | Description | |
|---|---|---|
| Alpha | Gets and sets the alpha level associated with this hypothesis test. | |
| DefaultAlpha | Gets and sets the default alpha level associated with WilcoxonSignedRankTests. | |
| DefaultExactPValue | Gets and sets the default setting for whether an exact p-value should be computed, or a normal approximation should be used. | |
| DefaultType | Gets and sets the default form of the alternative hypothesis associated with WilcoxonSignedRankTests. | |
| ExactPValue | Gets and sets a boolean value indicating whether an exact p-value should be computed, or a normal approximation should be used. | |
| LeftProbability | Gets the area under the probability distribution to the left of the test statistic. | |
| N | Gets the sample size. | |
| P | Gets the p-value associated with the test statistic. | |
| Reject | Tests whether the null hypothesis can be rejected, using the current hypothesis type and alpha level. | |
| RightProbability | Gets the area under the probability distribution to the right of the test statistic. | |
| SignedRanks | Gets the vector of signed ranks. | |
| Statistic | Gets the value of the test statistic associated with this hypothesis test. | |
| Type | Gets and sets the form of the alternative hypothesis associated with this hypothesis test. |