Definite Majority Choice: Difference between revisions

→‎Procedure 2, [[Range voting]]: Change to 0-99 rating from 0-100. It's easier to implement.
imported>MarkusSchulze
No edit summary
imported>Araucaria
(→‎Procedure 2, [[Range voting]]: Change to 0-99 rating from 0-100. It's easier to implement.)
Line 15:
[[Approval cutoff]] may be deemed too complicated for the voter to understand. An alternative is to use [[Range voting]] to resolve cycles.
# Voters cast [[ratings ballot]]s, rating as many candidates as they like. Equal rating and ranking of candidates is allowed. Separate ranking of equally-rated candidates is provided. Write-in candidates are allowed. Unrated candidates are allowed.
# Ordinal (rank) information is inferred from the candidate rating plus additional ranking. For example, candidates might be rated from 0 to 10099, with 10099 most favored. An Because a voter may wish to give two candidates the same rating but rank them differently, an additional decimal point rating, from 0.0 to 0.9 (or 0.00 to 0.99) would be countedallowed. to determineIt separatewould candidatebe ranksused butfor wouldrank notonly, beand countedwould asbe parttruncated ofbefore adding the candidate's rating to the total rating score.
# Each ballot's ordinal ranking is tabulated into a pairwise array containing results for each head-to-head contest (see [[Definite_Majority_Choice#Tallying_Votes|example]] below). The total rating for each candidate is also tabulated.
# The winner is the candidate who, when compared with every other (un-dropped) candidate, is preferred over the other candidate.
# If no undefeated candidates exist, the candidate with lowest total rating is dropped, and we return to step 4.
 
Quick example: A:10099.9 , B:10099.8, C:50, D:25, E:25 would be counted as
A>B>C>D=E
{| border="1"
! !! A !! B !! C !! D !! E !! F
|-
! A || 10099 || 1 || 1 || 1 || 1 || 1
|-
! B || 0 || 10099 || 1 || 1 || 1 || 1
|-
! C || 0 || 0 || 050 || 1 || 1 || 1
Anonymous user