Click or drag to resize
Accord.NET (logo)

MannWhitneyWilcoxonTest Properties

The MannWhitneyWilcoxonTest type exposes the following members.

Properties
  NameDescription
Public propertyCriticalValue
Gets the critical value for the current significance level.
(Inherited from HypothesisTestTDistribution.)
Public propertyHasTies
Gets a value indicating whether the provided samples have tied ranks.
Public propertyHypothesis
Gets the alternative hypothesis under test. If the test is Significant, the null hypothesis can be rejected in favor of this alternative hypothesis.
Public propertyIsExact
Gets whether we are using a exact test.
Public propertyNumberOfSamples1
Gets the number of samples in the first sample.
Public propertyNumberOfSamples2
Gets the number of samples in the second sample.
Public propertyPValue
Gets the P-value associated with this test.
(Inherited from HypothesisTestTDistribution.)
Public propertyRank1
Gets the rank statistics for the first sample.
Public propertyRank2
Gets the rank statistics for the second sample.
Public propertyRankSum1
Gets the sum of ranks for the first sample. Often known as Ta.
Public propertyRankSum2
Gets the sum of ranks for the second sample. Often known as Tb.
Public propertySignificant
Gets whether the null hypothesis should be rejected.
(Inherited from HypothesisTestTDistribution.)
Public propertySize
Gets the significance level for the test. Default value is 0.05 (5%).
(Inherited from HypothesisTestTDistribution.)
Public propertyStatistic
Gets the test statistic.
(Inherited from HypothesisTestTDistribution.)
Public propertyStatistic1
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.
Public propertyStatistic2
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.
Public propertyStatisticDistribution
Gets the distribution associated with the test statistic.
(Inherited from HypothesisTestTDistribution.)
Public propertyTail
Gets the test type.
(Inherited from HypothesisTestTDistribution.)
Top
See Also