What statistical test is available in matlab for unbalanced samples other than ttest?

2 views (last 30 days)
I have two data sets that have different sizes and need to do statistical test. ttest can handle unbalanced ttest but because of its assumptions (from normal distribution and same variance) I want to try more statistical test. for example kruskalwallis only works fr balanced data.

Accepted Answer

Jeff Miller
Jeff Miller on 19 Apr 2020
One possibility is the Wilcoxon rank sum test.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!