Clear Filters
Clear Filters

Wilcoxon Rank Sum Test

11 views (last 30 days)
dhiman banerjee
dhiman banerjee on 30 Sep 2019
Commented: Adam Danz on 30 Sep 2019
I have minimum, average and maximum values of an minimisation objective obtained by two different algorithms. Now to test the robustness of those algorithms how to run Wilcoxon Rank Sum Test?
  2 Comments
David Hill
David Hill on 30 Sep 2019
Did you look at the documentation for the matlab function ranksum ?
Adam Danz
Adam Danz on 30 Sep 2019
What David Hill said...
Here's a list of non-parametric ttests
For an independent sample ttest **with equal variances**,
For an independent sample ttest **with unequal variances**
For a paired ttest

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!