Calculate a Ranking Average?

$\begingroup$

I got stuck to find a fair formula to calculate the average ranking of the items that I found after consecutive searches, look:

enter image description here

If I calculate the simple average of the item2 for example I get 1,33 as a result, not even nearly close to an "average" ranking :P

any ideas?

$\endgroup$

2 Answers

$\begingroup$

What are the values in the table? Are they rankings under the three searches? Then you can just average (or sum-gets the same thing and removes the division) the numbers, rank them, and report the result. $1.33333$ for item $2$ is not bad, actually. It will probably be worst (if low numbers are bad), which is exactly what you want-it was very low by all three rankings. You would still have to deal with items that are not ranked by all three searches. Ties in one search are no problem, and you may have ties in the final ranking in this approach.

$\endgroup$ 4 $\begingroup$

The arithmetic mean is a parametric descriptive statistic that presumes normality in the data. Ordinal data (rank-ordered data) does not meet the assumptions of normality, and you cannot use an arithmetic mean to describe the central tendency—only the median.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like