Clear Filters
Clear Filters

What is used to rank parameters in Diagnostic Logic Designer app?

2 views (last 30 days)
I used the Diagnostic Logic Designer app to perform Kruskal Wallis test, it worked well, however I just want to understand how is the rankng score calculated.
I would appreciate your help,
thank you,

Accepted Answer

Neha
Neha on 20 Nov 2023
Hi Rawnaq,
I understand that you want to know how the rankings are calculated in a Kruskal-Wallis Test. Here's a basic outline of the ranking process:
  1. Combine all the values from different groups into a single list and sort them in ascending order.
  2. Assign ranks to each value based on their position in the sorted list.
  3. If there are tied values, assign them the average of the ranks they would have received if they were not tied.
You can obtain the rankings from the "stats" output argument of the "kruskalwallis" function. It returns the "meanranks" array which conists of the average of the ranks of all observations in each column. You can refer to the following documentation link for more information on the "kruskalwallis" function:
Hope this helps!

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!