Methods · Aggregation and voting
Median Ranking
Median ranking collapses several separate rankings produced for the same alternative set into a single order, by looking at each alternative's median position across those rankings.
Base method's data type: Classical
What Is the Method?
If you hold several rankings already produced for the same alternatives, say from three separate jury members or three different decision methods, median ranking turns them into one common order. Its output is a single number for every alternative: the median of that alternative's positions across all the rankings. The smaller this number, the better the alternative is judged. The method produces no new score and asks for no criterion weights; it only merges rankings that already exist. Its source is Orakçı's (2024) Turkish-language book on aggregation techniques, which places this technique alongside classical average-based aggregation as a more robust alternative against outlying opinions.
The Philosophy Behind It
The idea comes from a familiar statistical principle. Do you measure a class's performance by its mean mark or its median mark? If one student scores zero on an exam, the mean drops sharply, while the median barely moves. Median ranking carries the same logic into rank aggregation. Even if one source, a jury member or a method, rates an alternative extremely poorly or extremely well, this single extreme opinion does not pull the median; the shared view of the other sources prevails.
This carries a philosophical consequence: median ranking seeks robustness, not consensus. An average-based aggregation, such as Borda, weighs every source's opinion equally and sums them, whereas median ranking finds the "middle" view and disregards the outlying opinions at the edges. If one source consistently thinks differently from the rest, for instance a jury member who always gives outlying scores, the median automatically dampens that anomaly.
How It Works
The method proceeds through a single step.
One step: finding the median position. For each alternative, the positions it holds across all the rankings are laid out as a list. Suppose an alternative comes first, second, third and third across four separate rankings; the median of these four numbers is taken. Where the count is even, the average of the two middle values is used; where it is odd, the middle value is taken directly. This is done separately for every alternative, giving each a single median value. Alternatives are then ordered from the smallest median to the largest; the smallest median marks the best alternative. If two alternatives' medians tie, the method draws no distinction on its own; a further rule is then needed, such as looking at the mean rank or adding one more source.
The formulas behind this step and the intermediate tables are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The median value shows where an alternative typically sits across the different rankings; it says nothing more. A value such as 2.5 is not "2.5 per cent" or a probability; it means only that "the middle of this alternative's positions lies between 2 and 3." The value itself depends on the number of sources and the rank range they use, and cannot be directly compared with a median coming from a different set of rankings.
Two alternatives tied on median are not "identical"; they are simply indistinguishable by this measure. The report should not hide this, and should state clearly which further rule was applied, be it alphabetical order, the mean rank, or the addition of another source. The median also does not show the size of any disagreement between sources: whether two of four sources place an alternative first and two place it last, or two sources consistently place it second, a similar median can result; yet the first case reflects a serious difference of opinion among the sources.
Thus instead of writing:
"Median ranking found the best alternative"
the report should read:
"Given this set of sources, the most robust middle position by majority opinion among the alternatives is this one; how much agreement exists among the sources should be examined separately"
Data Type and Inputs
Median ranking works with a crisp rank matrix: alternatives in rows, different ranking sources (experts, votes, or the outputs of different methods) in columns, and an integer rank position from 1 to m in every cell, with 1 marking the best position. Every source must have ranked all the alternatives; empty cells are not accepted. The method produces no weights and asks for none; every source counts equally. DecisionMind currently holds no further extension alongside this base method. A minimum of two alternatives and two separate ranking sources is required, and there is no practical upper limit on the number of sources.
When to Use It, When Not To
Median ranking is suitable if you already hold several rankings and want to collapse them robustly into a single order that resists outlying opinions. Its advantage shrinks with only two or three sources, because the median behaves almost like the mean with so few values. Where a cyclical contradiction exists among the sources, for instance A beats B, B beats C and C beats A, median ranking cannot see this cycle and gives a one-dimensional answer to a problem that requires pairwise comparison.
Combine several rankings, be robust to outliers → Median Ranking
Few sources, preserve fine differences → Average-based aggregation (such as Borda)
Seek a consistent winner via pairwise comparisons, resolve cycles → Schulze, Nanson, Kemeny-Young
Combining raw scores/data rather than rankings → Weighted-average-based aggregation operators
Strengths
Median ranking's greatest strength is its simplicity: it can be computed by hand and requires no parameter at all. An outlying source, a jury member who thinks very differently or a method that has malfunctioned, is prevented from distorting the overall result, because the median is unaffected by extreme values. It is easy to interpret: an alternative's median directly shows its typical position across the sources.
Weaknesses
Its limitations also follow from its simplicity. First, ties are common; where the number of sources or alternatives is small, several alternatives may share the same median, and the method cannot separate them on its own. Second, the median gives no guarantee of pairwise consistency; an alternative preferred by a majority of the sources (a Condorcet winner) may not come out first under median ranking (Young, 1988). Third, because the median reduces everything to a single figure, it hides the size of any disagreement among the sources; this kind of information loss in rank-aggregation methods generally has been discussed in a separate literature (Dwork, Kumar, Naor and Sivakumar, 2001).
Common Mistakes
The most common mistake is computing the median without first filling in missing data, when a source has not ranked every alternative; the median then comes out wrong. A second mistake is confusing the median with the mean, reading "median 2.5" as "mean rank 2.5"; the two statistics carry different information. A third is declaring alternatives with equal medians "identical" without applying any further rule; which further rule was applied should be reported. A fourth is hiding a serious disagreement among sources behind the single median figure, when the sources' underlying views differ sharply.
The governing principle is this:
Median ranking finds the sources' shared middle opinion; in doing so it does not show the size of any disagreement among sources, so the report must separately answer how much the sources agreed.
Cases
Each case opens with a decision table, describes in words what the method does to it, and shows how to read the result. The first case is the example from the method's source book; the remaining cases are illustrative constructions.
1. Education: Four teaching programmes ranked by accreditation boards (Orakçı, 2024)
A higher-education quality body sent the same files on four teaching programmes (a, b, c, d) to four different accreditation boards for evaluation. Each board ranked the four programmes from 1 to 4 using its own criteria.
| Programme | Board 1 | Board 2 | Board 3 | Board 4 |
|---|---|---|---|---|
| a | 1 | 2 | 3 | 3 |
| b | 2 | 3 | 1 | 4 |
| c | 3 | 1 | 2 | 2 |
| d | 4 | 4 | 4 | 1 |
The method finds the median of each programme's position across the four boards. Programme a's positions are 1, 2, 3, 3; its median is 2.5. Programme b's positions are 2, 3, 1, 4; sorted, these give 1, 2, 3, 4, and its median is again 2.5. Programme c's positions are 3, 1, 2, 2; sorted, these give 1, 2, 2, 3, and its median is 2. Programme d's positions are 4, 4, 4, 1; sorted, these give 1, 4, 4, 4, and its median is 4.
| Programme | Median | Rank |
|---|---|---|
| c | 2.0 | 1 |
| a | 2.5 | 2 |
| b | 2.5 | 2 |
| d | 4.0 | 4 |
The result reads as follows. Programme c came first in no board's ranking, but it was also never rated poorly by any board; so its median comes out lowest and it takes first place. Programme d, despite coming first in one board's ranking, came last in the other three, so its median comes out highest and it takes last place; a single board's extremely positive view did not change the overall result.
The body hesitates here: a and b's medians are exactly equal, at 2.5. Median ranking cannot separate the two on its own. The body may either look at the mean rank, where a's mean is 2.25 against b's 2.5, putting a ahead, or wait for a fifth board's opinion. The report should state this tie and which further rule was applied.
In the report: "By the shared opinion of the four accreditation boards, the most robust middle-ranked programme is c; a and b tied on the median, and a has additionally been placed ahead by looking at the mean rank."
Source: Orakçı, E. (2024), Çok Kriterli Karar Verme Problemleri için Toplulaştırma Teknikleri, §1.8.8, Table 1.4. The figures are the book's own example; this example serves as the validation case for DecisionMind's median-ranking engine, and the engine reproduces the same result.
2. Librarianship: Four library automation systems ranked by evaluation teams
A university library, choosing between four automation systems, has sought opinions from three separate teams: technical infrastructure, user experience, and the budget committee. Each team ranked the four systems from 1 to 4 from its own perspective.
The method finds the median of each system's position across the three teams. Suppose the result placed first a system that came first in no team's ranking but also last in none, while the system most favoured by the technical team fell behind because it came last with the budget committee, pushing its median up.
The library management hesitates here: the budget committee's opinion rests on a different criterion, cost, from the other two teams, and this different perspective has been counted with the same weight in the median calculation. That three sources rest on such different criteria should be a reminder that the median shows "the middle position," not "consensus."
In the report: "The system recommended by the shared middle opinion of the three evaluation teams is as follows; because the budget committee's opinion rests on a different criterion from the other two teams, the result should be read on rank terms alone."
3. Food Safety: Three inspection teams' ranking of suppliers
A food business plans to award long-term contracts to three of five suppliers. Three independent inspection teams, covering hygiene, cold-chain and documentation, have each ranked the five suppliers according to their own area of expertise.
The method computes the median of each supplier's position across the three inspections. Suppose two suppliers land near the top with a median of 2, while a supplier that came worst in the hygiene inspection but did well in the other two lands in the middle with a median of 3.
The business hesitates here: the poor hygiene result comes from a single inspection, and hygiene is a threshold matter in food safety. Median ranking has diluted this single poor result among the other two good results; yet the business may not want to accept any supplier that falls below a given hygiene threshold. In this case, the hygiene threshold should be applied as an independent screening criterion before median ranking.
In the report: "The recommended ranking by the shared middle opinion of the three inspections is as follows; suppliers falling below the hygiene threshold must be screened out separately before this ranking."
4. What Not to Do
Had two of the four boards in the first case mistakenly reversed their ranking of a programme (writing 4 instead of 1), the median calculation would not notice this data error and would take it in as given; it should therefore first be checked that every source's ranking runs in the same direction (1 being best). A second error is where two boards skip measuring a single programme and leave that cell blank; the median cannot be computed with missing data, so the missing board must either supply a rank for that programme too or be excluded from the calculation. A third error is noticing that a and b's medians tie and ignoring this, writing a ahead without justification; the tie and the tie-breaking rule must be stated clearly in the report.
Sources
For the formulas behind each step, the intermediate tables and citation formats (BibTeX, RIS, APA), see the DecisionMind method page: decisionmind.app/library/median-ranking
Orakçı, E. (2024). Çok Kriterli Karar Verme Problemleri için Toplulaştırma Teknikleri. Özgür Yayınları. DOI: 10.58830/ozgur.pub623
Dwork, C., Kumar, R., Naor, M., & Sivakumar, D. (2001). Rank aggregation methods for the Web. Proceedings of the 10th International Conference on World Wide Web, 613–622. DOI: 10.1145/371920.372165
Young, H. P. (1988). Condorcet's theory of voting. American Political Science Review, 82(4), 1231–1244. DOI: 10.2307/1961757
Bartholdi, J., Tovey, C. A., & Trick, M. A. (1989). Voting schemes for which it can be difficult to tell who won the election. Social Choice and Welfare, 6(2), 157–165. DOI: 10.1007/BF00303169