Pairwise counting: Difference between revisions

Content added Content deleted
(Added numerical examples)
Line 42:
 
== Example with numbers ==
{{Tenn_voting_example}}
Imagine that Tennessee is having an election on the location of its capital. The population of Tennessee is concentrated around its four major cities, which are spread throughout the state. For this example, suppose that the entire [[electorate]] lives in these four cities, and that everyone wants to live as near the capital as possible.
 
The candidates for the capital are:
 
* Memphis, the state's largest city, with 42% of the voters, but located far from the other cities
* Nashville, with 26% of the voters, near the center of Tennessee
* Knoxville, with 17% of the voters
* Chattanooga, with 15% of the voters
 
{| class="wikitable"
!42% of voters
<small>(close to Memphis)</small>
!26% of voters
<small>(close to Nashville)</small>
!15% of voters
<small>(close to Chattanooga)</small>
!17% of voters
<small>(close to Knoxville)</small>
|-
|
# '''Memphis'''
# Nashville
# Chattanooga
# Knoxville
|
# '''Nashville'''
# Chattanooga
# Knoxville
# Memphis
|
# '''Chattanooga'''
# Knoxville
# Nashville
# Memphis
|
# '''Knoxville'''
# Chattanooga
# Nashville
# Memphis
|}
As these ballot preferences are converted into pairwise counts they can be entered into a table.
The following square-grid table uses the popularity sequence calculated by the [[Kemeny-Young Maximum Likelihood Method|Condorcet-Kemeny method]], which does calculations that ensure that the sum of the pairwise counts in the upper-right triangular area cannot be increased by changing the sequence of the candidates.