PlatEMO icon indicating copy to clipboard operation
PlatEMO copied to clipboard

How to perform the Wilcoxon rank sum test without GUI?

Open shdotcom opened this issue 3 years ago • 1 comments

I have results obtained by PlatEMO, but they cannot be imported to the Functions of Experiment Module . In this case, how can I perform the Wilcoxon rank sum test?

What I need to do is read the .mat files of the results, which are collected by using by using PlatEMO, then calculate one of the metrics (HV, IGD,...) and perform Wilcoxon rank sum test without GUI.

shdotcom avatar Jun 04 '21 07:06 shdotcom

You can use the rank function of matlab to execute Wilcoxon rank sum test

DestinyMy avatar Jun 04 '21 13:06 DestinyMy