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

statistical testStatistics and Machine Learning Toolboxttest

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.

Best Answer

One possibility is the Wilcoxon rank sum test.