WilcoxonRankSumTest Class |
Tail | Alternative hypothesis |
---|---|
Tail.Both | The probability of a sample from the first distribution exceeding a sample from the second distribution (after exclusion of ties) is not equal to 0.5. |
Tail.Left | The probability of a sample from the first distribution exceeding a sample from the second distribution (after exclusion of ties) is lesser than 0.5. |
Tail.Right | The probability of a sample from the first distribution exceeding a sample from the second distribution (after exclusion of ties) is greater than 0.5. |
Note. Decision based on P-value and significance level comparison is more exact.
Namespace: FinMath.Statistics.HypothesisTesting
[SerializableAttribute] public class WilcoxonRankSumTest : TwoSampleTest
The WilcoxonRankSumTest type exposes the following members.
Name | Description | |
---|---|---|
![]() | WilcoxonRankSumTest | Creates WilcoxonRankSumTest instance with default significance level for two-tailed test. |
![]() | WilcoxonRankSumTest(Double) | Creates WilcoxonRankSumTest instance for two-tailed test. |
![]() | WilcoxonRankSumTest(Tail) | Creates WilcoxonRankSumTest instance with default significance level. |
![]() | WilcoxonRankSumTest(Double, Tail) | Creates WilcoxonRankSumTest instance. |
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | AcceptanceRegionLeft |
Region of acceptance left border.
We fail to reject null hypothesis if test statistics is between left and right borders of region of acceptance.
http://en.wikipedia.org/wiki/Statistical_hypothesis_testing#Definition_of_terms
(Overrides HypothesisTestAcceptanceRegionLeft.) | ||||
![]() | AcceptanceRegionRight |
Region of acceptance right border.
We fail to reject null hypothesis if test statistics is between left and right borders of region of acceptance.
http://en.wikipedia.org/wiki/Statistical_hypothesis_testing#Definition_of_terms
(Overrides HypothesisTestAcceptanceRegionRight.) | ||||
![]() | Decision |
Decision about null hypothesis.
(Inherited from HypothesisTest.)
| ||||
![]() | DecisionPrinciple |
Marks whether decision should be made comparing P-value with Significance level or test statistics with critical value.
(Inherited from HypothesisTest.) | ||||
![]() | PValue |
The probability of obtaining a test statistic at least as extreme
as the one that was actually observed, assuming that the null hypothesis is true.
http://en.wikipedia.org/wiki/P-value
(Overrides HypothesisTestPValue.) | ||||
![]() | SignificanceLevel |
Significance level.
http://en.wikipedia.org/wiki/Statistical_significance
(Inherited from HypothesisTest.) | ||||
![]() | Statistics |
Test statistics.
http://en.wikipedia.org/wiki/Test_statistic
(Inherited from HypothesisTest.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update(Double, Double) | Updates test statistic using provided sample. (Inherited from TwoSampleTest.) |
![]() | Update(Vector, Vector) | Updates test statistic using provided sample. (Inherited from TwoSampleTest.) |
![]() | Update(Double, Int32, Int32, Double, Int32, Int32) | Updates test statistic using provided samples. (Overrides TwoSampleTestUpdate(Double, Int32, Int32, Double, Int32, Int32).) |