Measure the deviation of a ranking of elements

Stef7

New member
Joined
Apr 12, 2022
Messages
2
Hello there,

I have elements in a table as seen here:

1st place2nd place3rd place4th place5th place
Experiment1Element20Element23Element10Element13Element0
Experiment2Element23Element27Element10Element20Element13
Experiment3Element23Element20Element10Element13Element1
Experiment4Element23Element13Element10Element24Feature18
Experiment5Element23Element13Element28Element27Feature24

As you can see for different experiments the ranking of the elements (1st place, 2nd place, etc.) changes. Also, some new elements might appear in the top 5 places while others can disappear.

I would like to measure the ranking variation/deviation (I am not sure how to properly call it) of each unique element. Roughly what I want is: "how much each element moves in the rankings". I thought of assigning the numbers 1-5 on the places - columns and counting the occurrences of each element at each place for getting the std deviation. For example for Element20 we have the places (1,2,4) -> std deviation = 1.24. But I am not sure whether I should be calculating a sample or population std deviation, or measuring something else completely.

Also is there a way to measure the global ranking deviation (sorry for the bad terming), which would reflect the volatility (or robustness) of the elements on the ranking?

I have not much experience in probability/statistics, so any help on this will be greatly appreciated.

Cheers
 
Hello there,

I have elements in a table as seen here:

1st place2nd place3rd place4th place5th place
Experiment1Element20Element23Element10Element13Element0
Experiment2Element23Element27Element10Element20Element13
Experiment3Element23Element20Element10Element13Element1
Experiment4Element23Element13Element10Element24Feature18
Experiment5Element23Element13Element28Element27Feature24

As you can see for different experiments the ranking of the elements (1st place, 2nd place, etc.) changes. Also, some new elements might appear in the top 5 places while others can disappear.

I would like to measure the ranking variation/deviation (I am not sure how to properly call it) of each unique element. Roughly what I want is: "how much each element moves in the rankings". I thought of assigning the numbers 1-5 on the places - columns and counting the occurrences of each element at each place for getting the std deviation. For example for Element20 we have the places (1,2,4) -> std deviation = 1.24. But I am not sure whether I should be calculating a sample or population std deviation, or measuring something else completely.

Also is there a way to measure the global ranking deviation (sorry for the bad terming), which would reflect the volatility (or robustness) of the elements on the ranking?

I have not much experience in probability/statistics, so any help on this will be greatly appreciated.

Cheers
I am assuming this problem is related to your work as opposed to classroom assignment. But we need to know where can we start to explain to you.

Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem.
 
I am assuming this problem is related to your work as opposed to classroom assignment. But we need to know where can we start to explain to you.

Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem.
This is part of some research that I am conducting. The table is a result of programming models and outputs that is of no importance. What I want to measure is the robustness of the elements in the way they are ranked. As I mentioned I am interested in the variability for both scenarios (the one being the deviation of each element in the rankings and the other being the global variability/volatility of the elements on the table reflecting the ranking differences). My idea was to use the standard deviation formula for each independent element in order to solve the 1st scenario. But I am not sure if it is a mathematically correct solution for expressing the ranking deviation, since I work with an order of elements instead of values of a population/sample. I am generally stuck due to my lack of creativity and knowledge in descriptive Statistics.
 
Top