Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Rawnaq Ababneh
Rawnaq Ababneh le 15 Nov 2023
Commenté : Rawnaq Ababneh le 22 Nov 2023
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,

Réponse acceptée

Neha
Neha le 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!

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by