Ranksum test U value

13 ビュー (過去 30 日間)
Sharah
Sharah 2016 年 11 月 4 日
コメント済み: Star Strider 2016 年 11 月 4 日
I need to report the U value of the ranksum test in my paper, but I am not sure what command for me to use to get this value in MATLAB. Can somebody explain?

採用された回答

Star Strider
Star Strider 2016 年 11 月 4 日
See the section under ‘More About’ on the Wilcoxon Rank Sum Test to find out how to calculate the U-statistic from the rank sum test W-statistic. The rank sum is available by asking for the third 'stats' output from the ranksum function.
  2 件のコメント
Sharah
Sharah 2016 年 11 月 4 日
編集済み: Sharah 2016 年 11 月 4 日
The maximum U value should be the product of the two sample size, for 2 samples indepedent test. But MATLAB gave me a ranksum value of 150 in
[p h stats] = ranksum([a], [b])
where size(a) = 6 size(b) = 16. It doesn't make any sense
Star Strider
Star Strider 2016 年 11 月 4 日
That is not the impression I get from reading the Wikipedia article on the Mann-Whitney U-Test. See the section on Calculations.
I only use the rank sum test (the ranksum function), not the Mann-Whitney U-test, so I have no experience with it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTest Execution についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by