What Is A Voting Method?

Aaron Hamlin
6 min readAug 1, 2017

So what is a voting method?

A voting method is a way to select one or more winners. It’s a combination of three parts:

(1) the information that the voter provides on their ballot,

(2) how that ballot information is calculated, and

(3) the decision and results based on the calculation.

If any of these parts is different, then you have a different voting method.

Let’s look at that first part, the information the voter provides on their ballot.

Information

The type of information you’re likely most used to is selecting one candidate. Two voting methods use this type of information: plurality voting and single-non-transferable vote. You’re probably used to plurality voting. But note that two voting methods use that type of data. The information that you provide on your ballot doesn’t determine the voting method in and of itself. A voting method is a combination of all three components.

A ballot may instead ask you to choose some number of candidates greater than one or it may ask you to choose as many candidates as you want. Still, there’s more. A ballot may ask you to rank candidates. It may ask you to rank your top three or it may ask you to rank as many candidates as you want. Voting methods that use this type of data are called ordinal methods.

Another type of expression — also the most expressive — is to score/rate candidates on a scale. The scale could go from zero to five or zero to a hundred. Grades such as letters can even be used. Methods that use this kind of data are called cardinal methods. The method where you can choose as many candidates as you want, such as with approval voting, is technically a cardinal method too. It just has a two-interval scale for each candidate: 0–1.

Finally, if you really want to get creative you could use a combination of different types of information or use multiple layers of data collection. An example might be to ask you to vote once for a party and another time for a candidate. Another example is a voting method that asks you to provide information at one time and then come back and provide information again at another time, typically with a different set of options. A runoff is a good example.

Algorithm

Now that you have the data, you have to do something with it. And even more than the previous part, you have limitless options.

An algorithm is just a formula that you use to process information. These formulas range from really simple to extremely complex.

The simplest process you can do with ballot information is to just add up selections. The voters chose some candidates and you’re just adding them up and ordering them from most to fewest votes. A number of methods use this straightforward summation approach, including plurality voting, cumulative voting, single-non-transferable vote, and approval voting.

If you have rankings of candidates, then you have other options. You can translate those rankings into values based on how highly voters ranked candidates on their ballot. For example, you could make every first ranking equal two points, every second ranking equal one point, and every third ranking equal zero points. The Borda Count method does this type of calculation.

Another operation you can do with rankings are to simulate pairwise comparisons, like a round-robin tournament. If you wanted to know who could beat everyone — if that candidate existed — this type of operation could give you that answer. Another operation you could do with ordinal data would be to knock off candidates and simulate runoffs. Voting methods can do this in a number of ways, but one popular method — instant runoff voting — uses this operation to sequentially knock out candidates with the fewest first-choice votes. A multi-winner method called single-transferable vote does this alongside a quota threshold to determine who is elected during these rounds.

There are many operations you could do with scoring data. You can add them up, take a mean, take a median, or any number of other operations. Technically, you could do anything with scoring data as you could with ordinal data. This type of data is very flexible.

A common algorithm that many proportional methods use is to downard weight ballot data after voters name an elected candidate on their ballot. This reweighting gives other voters an opportunity for more voters to elect someone. This approach can work with any type of ballot data.

Decision and Results

Here, we’re talking about the number of candidates selected as a result of the algorithm. It’s implied that when the algorithm associates values with candidates that those values and candidates are ordered. The candidate(s) with the highest value — however that’s measured — wins. The decision process elects one person if it’s within a single-winner voting method. If the method is multi-winner, then as many people are elected as there are seats to be filled. This might take place over rounds or be the candidates at the top of an ordered list according to the algorithm.

Although not always expressly stated, a voting method generally provides some reflection of support for candidates who did not win. This allows people to see how much winning candidates won by as well as to see how much support losing candidates had in their own right. This information is important because it can play a role in whether candidates decide to run in the future.

In other cases, governing bodies can use this information to make other determinations such as whether a party qualifies for official party status, which can then affect later ballot access. Unfortunately, some systems don’t do a good job reflecting losing candidates’ support in a way that’s easy to understand. And other methods, while making that support clear, shows information that’s highly distorted because of issues inherent to the method. Plurality voting is a good example of a voting method that creates distortion because it dissuades voters from supporting candidates who aren’t perceived as frontrunners.

The Takeaway

Thinking about a voting method in these separate parts can make it easier to understand how a voting method works. This can also make it easier to conceptualize different methods and understand how they’re different. Importantly, this approach also explains why to separate single and multi-winner methods. It only takes one part of a voting method being different to differentiate it from another voting method.

Originally published at electology.org on August 1, 2017.

--

--