MannWhitneyWilcoxonTest Properties |
The MannWhitneyWilcoxonTest type exposes the following members.
Name | Description | |
---|---|---|
CriticalValue |
Gets the critical value for the current significance level.
(Inherited from HypothesisTestTDistribution.) | |
HasTies |
Gets a value indicating whether the provided samples have tied ranks.
| |
Hypothesis |
Gets the alternative hypothesis under test. If the test is
Significant, the null hypothesis can be rejected
in favor of this alternative hypothesis.
| |
IsExact |
Gets whether we are using a exact test.
| |
NumberOfSamples1 |
Gets the number of samples in the first sample.
| |
NumberOfSamples2 |
Gets the number of samples in the second sample.
| |
PValue |
Gets the P-value associated with this test.
(Inherited from HypothesisTestTDistribution.) | |
Rank1 |
Gets the rank statistics for the first sample.
| |
Rank2 |
Gets the rank statistics for the second sample.
| |
RankSum1 |
Gets the sum of ranks for the first sample. Often known as Ta.
| |
RankSum2 |
Gets the sum of ranks for the second sample. Often known as Tb.
| |
Significant |
Gets whether the null hypothesis should be rejected.
(Inherited from HypothesisTestTDistribution.) | |
Size |
Gets the significance level for the
test. Default value is 0.05 (5%).
(Inherited from HypothesisTestTDistribution.) | |
Statistic |
Gets the test statistic.
(Inherited from HypothesisTestTDistribution.) | |
Statistic1 |
Gets the difference between the expected value for
the observed value of RankSum1 and its
expected value under the null hypothesis. Often known as U_a.
| |
Statistic2 |
Gets the difference between the expected value for
the observed value of RankSum2 and its
expected value under the null hypothesis. Often known as U_b.
| |
StatisticDistribution |
Gets the distribution associated
with the test statistic.
(Inherited from HypothesisTestTDistribution.) | |
Tail |
Gets the test type.
(Inherited from HypothesisTestTDistribution.) |