フィルターのクリア

does kruskal-wallis test on matlab take into account when a sample has a large number of ties or is their a specific function to use in such a situation?

12 ビュー (過去 30 日間)
I want to perform kruskal-wallis test on a set of data. however my data contains alot of repitation. usually when performing kruskal-wallis test a different formula is used when there is a fairly large number of ties, is there different functions for the two situations? I used
[p, table, stats] = kruskalwallis (test)
  4 件のコメント
Torsten
Torsten 2023 年 11 月 11 日
I'd try this one:
But don't forget my advice to elaborate more on the kind of problem and data you have - my impression is the people there are more "elitist" than in the MATLAB forum, if you know what I mean.
Rawnaq Ababneh
Rawnaq Ababneh 2023 年 11 月 11 日
yes for sure your advice will be taken. thank you so much :)

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

採用された回答

the cyclist
the cyclist 2023 年 11 月 11 日
Looking inside the code for anova1 (which is called by kruskalwallis), I see that it uses a formula that is adjusted for ties. It does not seem to have different formulas for "large" number of ties vs. "small" number of ties, as you are asking -- but I would not expect it to.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnalysis of Variance and Covariance についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by