Wilcoxon Rank Sum Test

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

Did you look at the documentation for the matlab function ranksum ?
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)

Asked:

on 30 Sep 2019

Commented:

on 30 Sep 2019

Community Treasure Hunt

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

Start Hunting!