Methods · Aggregation and voting
NANSON (Nanson's Method)
Nanson's method eliminates, in every round, whichever alternatives fall below the mean score and rescores those that remain; it repeats these elimination rounds until a single alternative is left.
Base method's data type: Classical
What Is the Method?
Nanson's method, like median ranking, reduces multiple existing rankings to a single order once you have them in hand. But it works differently: it first computes a classical score (a Borda score, the total number of alternatives that an alternative outranks across every ranking), then eliminates entirely whichever alternatives fall below that score's mean, and rescores the remainder from scratch. Unlike methods that look at a single figure, this is an elimination that proceeds in rounds. Its output is an order determined by which round an alternative was eliminated in; the alternative left standing last comes first. The mathematician Edward J. Nanson proposed the method in 1882, and it is known in the social-choice (vote-aggregation) literature as a version of Borda scoring strengthened with an elimination logic.
The Philosophy Behind It
Classical Borda scoring scores every alternative in a single round and picks the highest-scoring one; but this method has a known weakness, the alternative preferred by the majority in a pairwise comparison (the Condorcet winner) may not come first under Borda scoring. Nanson tries to solve this by eliminating in rounds: an alternative is eliminated for as long as it stays below the mean, and the calculation is repeated with the alternatives above the mean. This keeps Borda's simple scoring logic while progressively removing the "weak" alternatives that fall below the mean.
The philosophical consequence is that Nanson carries a pursuit of consistency: if a Condorcet winner exists, that is, an alternative that wins every pairwise comparison, the method aims to find it. This sets Nanson apart from methods that merely sum positions (such as Borda); Nanson also sums positions, but confirms the result through a staged elimination rather than in a single round.
How It Works
The method proceeds through a repeated round cycle.
In every round, a Borda score is first computed. Among the surviving alternatives, each is given a score according to its position in every ranking; it earns as many points as the number of alternatives it outranks in that ranking. The scores across all rankings are summed.
Then the round's mean score is found. The mean is taken across all the alternatives surviving in that round.
Every alternative falling below the mean is eliminated. Not just one, but every alternative below the mean is eliminated at once; this is a detail that sets Nanson apart from methods that eliminate only the single worst alternative.
Once the eliminated alternatives are removed, the process repeats from the start with those remaining. Scoring is redone among the surviving alternatives, because an alternative's relative position can change once the number of rivals shrinks. This cycle continues until a single alternative remains, or until no alternative falls below the mean. In the latter case (nobody is eliminated), the remaining alternatives are ranked by their current scores.
The formulas behind each step and the intermediate tables are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The value Nanson reports shows how many elimination rounds an alternative survived; a higher value means the alternative survived to a later round, and so was stronger. This value is not a percentage and is not a direct measure of "how good" the alternative is; it only summarises the elimination order. The gap in rounds between two alternatives does not show the size of the underlying score gap; an alternative may have been eliminated in the final round by a very narrow margin.
Nanson's result gives the Condorcet winner, if one exists in the dataset, that is, an alternative that wins every pairwise comparison. But if no such alternative exists (there is a cyclical preference among the sources), which alternative Nanson picks depends on the elimination order, and in that case the result should not be claimed as the single "correct" alternative on its own.
Therefore, instead of writing:
"Nanson's method found the best alternative"
the report should read:
"Among this set of rankings, the alternative that survives the elimination rounds longest is this one; this is consistent with the majority's preference in pairwise comparisons"
Data Type and Inputs
Nanson works with a crisp rank matrix: alternatives in rows, different ranking sources (experts, votes, or the outputs of other methods) in columns, with each cell holding an integer rank position from 1 to m; 1 denotes the best position. Every source must have ranked all the alternatives. The method neither produces nor requires weights. DecisionMind currently holds no additional member alongside this base method; a minimum of two alternatives and two separate ranking sources is required.
When to Use It, When Not To
If you hold more than one ranking and want to combine them with a method that, where possible, preserves the majority winner of the pairwise comparisons (the Condorcet winner), Nanson is suitable. If the number of sources is very small (say, two), the elimination rounds lose their meaning, because very few, or no, alternatives are eliminated in each round. If there is a strong cyclical contradiction among the sources (no Condorcet winner exists), Nanson's result becomes sensitive to the elimination order, and this sensitivity should be shown in the report.
Combine several rankings, preserve the pairwise majority winner → Nanson
Simple average scoring is enough, no elimination needed → Borda / average ranking
Find the position most resistant to an outlying view → median ranking
Examine every pairwise comparison individually, find the strongest indirect path → Schulze
Strengths
Nanson's core advantage is that it keeps the simplicity of classical Borda scoring while adding a guarantee of finding the Condorcet winner, if one exists. The elimination logic is intuitive: weak alternatives drop out step by step, and the survivors are reassessed in every round, giving a more reliable result than single-round methods. The calculation can be followed by hand and requires no complex optimisation.
Weaknesses
Its limitations arise from the elimination mechanism. First, if no Condorcet winner exists (there is a cyclical preference among the sources), the method's result becomes sensitive to the order of the rounds. Second, eliminating every alternative below the mean at once can cost an alternative very close to the mean an early exit, one that might have come to the fore in a subsequent round. Third, how positional methods and elimination-based voting rules behave under computation and manipulation has been discussed in a separate literature; for some elimination-based rules, the computational burden of determining the winner is higher than for classical scoring (Bartholdi, Tovey and Trick, 1989).
Common Mistakes
The most frequent mistake is eliminating only the single worst alternative in each round; in fact Nanson eliminates every alternative below the mean at once, and skipping this detail produces the wrong result. A second mistake is scoring only in the first round and failing to recompute scores after removing the eliminated alternatives; the remaining alternatives' relative scores change once the number of rivals falls. A third mistake is treating Nanson's result as "definitely correct"; if no Condorcet winner exists, the result depends on the order of the rounds, and this dependence must be stated in the report. A fourth mistake is including a source with an incomplete ranking without correcting it first.
The governing principle is this:
Nanson eliminates Borda scoring in rounds to find the pairwise majority winner, if one exists; if no such winner exists, the result depends on the elimination order, and this dependence must be reported.
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)
The same higher-education quality body wanted to combine the same four teaching programmes (a, b, c, d) and the same four accreditation boards' rankings used in the median-ranking card's example, this time with Nanson's method.
| 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 |
In the first round the method computes the Borda score of the four programmes: a=7, b=6, c=8, d=3; the mean is 6. The only programme below the mean is d (score 3), so d is eliminated. In the second round the remaining three programmes (a, b, c) are rescored: a=4, b=3, c=5; the mean is 4. b (score 3), falling below the mean, is eliminated. In the third round the two remaining programmes are rescored: a=1, c=3; the mean is 2, a falls below the mean and is eliminated, leaving c as the sole remaining programme, declared first.
| Programme | Round eliminated | Order |
|---|---|---|
| c | (never, winner) | 1 |
| a | 3 | 2 |
| b | 2 | 3 |
| d | 1 | 4 |
The result reads as follows. Programme d was eliminated in the first round because, although it was first with one board, it was last with the other three, and this made it weak enough for early elimination. Programme c was never eliminated in any round and, as the sole survivor, came first; this points the same way as the result in the median-ranking card (c also first there), because c holds a consistently good position across all four boards.
The institution hesitates here: the gap between a and b came down to a single elimination, a passing the second round and being eliminated in the third, while b was eliminated in the second. This does not mean a is markedly superior to b; the score gap between the two programmes in the second round is only one point (a=4, b=3). The report should show this closeness.
In the report: "When the four accreditation boards' rankings are combined with Nanson's method, the programme surviving longest, consistent with the majority's pairwise comparisons, is c; the gap between a and b at the second elimination is only one point."
Source: Orakçı, E. (2024), Çok Kriterli Karar Verme Problemleri için Toplulaştırma Teknikleri, §1.8.4, Table 1.4. The figures are the book's own example; this example serves as the validation case for DecisionMind's Nanson engine, and the engine produces the same result. The method's original source is Nanson, E. J. (1882), Methods of Election; the book's example rests on this original method.
2. Public Administration: Four fire-station site proposals ranked by committees
A municipality will choose among four candidate sites for a new fire station. Four separate groups, the fire service, the zoning committee, the finance office and the neighbourhood headmen's council, have each ranked the four site options according to their own criteria.
The method first computes the Borda score of the four sites and eliminates whichever falls below the mean; it repeats this round until a single site remains. Suppose the site the finance office found cheapest is eliminated in the first round because it consistently sat last with the other three groups; the site the fire service most preferred stays consistently in a good position with the other three groups and survives to the last round to win.
The municipal council hesitates here: the finance office's cheapness criterion was entirely knocked out at the first elimination. The council may want to set a requirement that cost stay under a certain threshold as a separate screening criterion before the Nanson calculation; otherwise the budget constraint never enters the result at all.
In the report: "When the four groups' rankings are combined with Nanson's method, the site surviving to the last round and winning is as follows; the cost criterion has remained in the background through the elimination rounds, and the budget limit should be addressed separately."
3. Sport: Four coaching candidates ranked by a selection board
A sports club has formed a three-member selection board to choose among four coaching candidates for the new season; each member has ranked the candidates according to their own criteria (tactical knowledge, player management, past performance).
The method combines the three board members' rankings with Nanson's method. Suppose the candidate one member most supported is eliminated in the first round because they sat consistently low with the other two members; the two members' shared favourite survives to the last round and is selected.
The club's management hesitates here: only one member held a strongly positive view of the eliminated candidate, and that view was lost at the elimination round. The management may want to separately discuss why this one member's view differed so much (perhaps a different tactical outlook); Nanson does not explain the reason for this difference, it only eliminates its outcome.
In the report: "When the three board members' rankings are combined with Nanson's method, the candidate surviving to the last round is as follows; one member's differing view was knocked out at the first elimination."
4. What Not to Do
In the first case, had the second-lowest-scoring programme, b, also been eliminated at the same time as d, the only programme below the mean in the first round, this would have violated the Nanson rule; the method eliminates only those strictly below the mean in each round, not an arbitrary number of alternatives. The second error is continuing with the first round's scores for the remaining three programmes (a, b, c) in the second round without recomputing them; scores must be recomputed whenever the number of rivals changes. The third error is presenting the result as "c is definitely the best programme" while concealing that the gap between a and b (in the second round) is only one point.
Sources
For the formulas behind each step, the intermediate tables and citation formats (BibTeX, RIS, APA), see the DecisionMind method page: decisionmind.app/library/nanson
Nanson, E. J. (1882). Methods of election. Transactions and Proceedings of the Royal Society of Victoria, 19, 197–240. (no DOI)
Orakçı, E. (2024). Çok Kriterli Karar Verme Problemleri için Toplulaştırma Teknikleri. Özgür Yayınları. DOI: 10.58830/ozgur.pub623
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