Help with mann whitney U test and p-value.

29 ビュー (過去 30 日間)
Mark Dery
Mark Dery 2020 年 4 月 13 日
回答済み: Peng Li 2020 年 4 月 13 日
Please can someone help with how to get (code) mann whitney U test and p-value for the data below. thanks
x=[0.987,0.876,0.456,0.865,1,0.906,0.834,0.989];
y=[0.763,0.698,0.980,0.897,0.656,0.876,0.998,0.615];

採用された回答

Peng Li
Peng Li 2020 年 4 月 13 日
Use ranksum [p, h, stats] = ranksum(x, y);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHypothesis Tests についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by