Click or drag to resize

WilcoxonSignedRankTest Properties

The WilcoxonSignedRankTest type exposes the following members.

Properties
 NameDescription
Public propertyAlpha Gets and sets the alpha level associated with this hypothesis test.
Public propertyStatic memberDefaultAlpha Gets and sets the default alpha level associated with WilcoxonSignedRankTests.
Public propertyStatic memberDefaultExactPValue Gets and sets the default setting for whether an exact p-value should be computed, or a normal approximation should be used.
Public propertyStatic memberDefaultType Gets and sets the default form of the alternative hypothesis associated with WilcoxonSignedRankTests.
Public propertyExactPValue Gets and sets a boolean value indicating whether an exact p-value should be computed, or a normal approximation should be used.
Public propertyLeftProbability Gets the area under the probability distribution to the left of the test statistic.
Public propertyN Gets the sample size.
Public propertyP Gets the p-value associated with the test statistic.
Public propertyReject Tests whether the null hypothesis can be rejected, using the current hypothesis type and alpha level.
Public propertyRightProbability Gets the area under the probability distribution to the right of the test statistic.
Public propertySignedRanks Gets the vector of signed ranks.
Public propertyStatistic Gets the value of the test statistic associated with this hypothesis test.
Public propertyType Gets and sets the form of the alternative hypothesis associated with this hypothesis test.
Top
See Also