- Combine all the values from different groups into a single list and sort them in ascending order.
- Assign ranks to each value based on their position in the sorted list.
- If there are tied values, assign them the average of the ranks they would have received if they were not tied.
What is used to rank parameters in Diagnostic Logic Designer app?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Rawnaq Ababneh
il 15 Nov 2023
Commentato: Rawnaq Ababneh
il 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,
0 Commenti
Risposta accettata
Neha
il 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:
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!
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!