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

조회 수: 2 (최근 30일)
Rawnaq Ababneh
Rawnaq Ababneh 2023년 11월 15일
댓글: Rawnaq Ababneh 2023년 11월 22일
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,

채택된 답변

Neha
Neha 2023년 11월 20일
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!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by