Condorcet method: Difference between revisions

→‎Counting with matrixes: -- corrected typo in header, added definition of Condorcet Pairwise matrix
imported>Wegerje
mNo edit summary
imported>Araucaria
(→‎Counting with matrixes: -- corrected typo in header, added definition of Condorcet Pairwise matrix)
Line 13:
If a candidate is preferred over all other candidates, that candidate is the [[Condorcet Criterion|Condorcet candidate]]. However, a Condorcet candidate may not exist, due to a fundamental [[Voting paradox|paradox]]: It is possible for the electorate to prefer A over B, B over C, and C over A simultaneously. This is called a circular tie, and it must be resolved by some other mechanism.
 
==== Counting with matrixesmatrices ====
 
A frequent implementation of this method will illustrate the basic counting method. Consider an election between A, B, and C, and a ballot (B, C, A, D). That is, a ballot ranking B first, C second, A third, and D forth. This can be represented as a matrix, where the row is the runner under consideration, and the column is the opponent. The cell at (runner,opponent) has a one if runner is preferred, and a zero if not.
Line 33:
When the sum matrix is found, the contest between each candidate is considered. The number of votes for runner over opponent (runner,opponent) is compared the number of votes for opponent over runner (opponent,runner). The one-on-one winner has the most votes. If one candidate wins against all other candidates, that candidate wins the election.
 
The sum of all ballot matrices, the '''Condorcet pairwise matrix''', is the primary piece of data used to resolve circular ties (also called circular ambiguities).
 
=== Key terms in ambiguity resolution ===
Anonymous user