Single transferable vote: Difference between revisions

m (Add proportional voting methods category)
Line 144:
* Disallowing them, requiring full rankings
* Counting a ballot with N top-ranked candidates as 1/N of a vote for each candidate.
* Giving one vote to each equally -top-ranked candidate (can optionally be combined with a suggestion that ballots that equally rank candidates shouldn't be able to prevent the elimination of those candidates).
 
=== Methods of transferring excess votes ===
Line 158:
 
=== Deciding the election of the final seat===
The following pseudocode template can be used to run STV with any '''single-winner method''' used to elect the final seat:<blockquote>So long as there are still seats to be filled, and the number of seats remaining to be filled is more than the number of unelected candidates (eliminated or uneliminated) left:
It's possible to, when all but one seat has been filled by STV, use another voting method on the non-exhausted ballots to decide the final winner. Note that this would make STV become the single-winner method in the single-winner case. For example, in the following 5-winner election:
 
# Count the number of 1st choices for each candidate.
45 L1 > L2 > L3 > C > R2 > R1
# If any candidate has as many or more votes than the quota, elect them, and spend as much of a quota as possible of their votes. Distribute any surpluses (votes over the quota) that the just-elected candidates had to their voters' next preferences. Repeat until no more candidates can be elected.
 
10If Conly >one L3seat >is R2unfilled, >go L2to >step L13. > R1Otherwise go to step 4.
 
'''3. "Un-eliminate" all previously eliminated candidates*, and run any single-winner method, treating ballots with partial weight as partial ballots i.e. a ballot A>B>C with 60% weight remaining in the STV count is treated as 0.6 A>B>C ballots for the single-winner method's count. Elect the winner of the single-winner method.'''
45 R1 > R2 > R3 > C > L2 > L1
 
4. Eliminate the candidate with the fewest 1st choices and redistribute their voters' votes to their next preferences. Go to step 2.
The first 4 winners are (L1, L2, R1, R2). If the quota is a Droop quota (17 votes), the remaining ballots will be (ignoring elected candidates):
 
* Conceptually speaking, the candidates who are eliminated during the STV portion of the count could be said to be eliminated from contention for the first N - 1 seats, but still remain in contention for the final seat; though technically, it's possible for the final seat to be filled during the STV count itself (i.e. in a 2-seat election, 2 candidates might each have a quota of 1st choices and automatically win).<ref>https://www.reddit.com/r/EndFPTP/comments/f0muwv/pseudocode_for_stv_with_condorcet_for_the_final/</ref></blockquote>If the single-winner method passes the [[Majority criterion|majority criterion]], then this modification makes STV with Droop quotas become the single-winner method in the single-winner case, since a candidate with a Droop quota of 1st choices is the majority's 1st choice in the single-winner case. If STV with Hare Quotas is used instead, then this modification can be used with any single-winner method that passes [[Pareto criterion|unanimity]] and reduce to that single-winner method in the single-winner case.
11 L3 > C
 
5-winner example:<blockquote>45 L1 > L2 > L3 > C > R2 > R1
 
4510 L1C > L2L3 > L3R2 > CL2 > R2L1 > R1
 
45 R1 > R2 > R3 > C > L2 > L1 </blockquote>The first 4 winners are (L1, L2, R1, R2). If the quota is a Droop quota (17 votes) is used, the remaining ballots after spending the ballots supporting the first 4 winners will be (ignoring elected candidates):<blockquote>11 L3 > C
 
10 C > L3
 
11 R3 > C </blockquote>Standard STV eliminates C and transfers their 10 votes to L3, making L3 the final winner. However, C is the [[Condorcet winner|Condorcet]], [[Bucklin]], and [[Borda]] winner, and would win if any of those methods were used to elect the final seat. Note that electing L3 for the final seat would mean that a 45% minority of voters would have 60% of the seats, whereas with C being elected for the final seat, a majority of voters are guaranteed to have a majority of the seats.
11 R3 > C
 
For STV to still pass Droop proportionality with this modification, the single-winner method must pass at least mutual majority (since that is Droop proportionality in the single-winner case). 2-winner example: <blockquote>51 E
 
19 '''C>A>B'''>D
 
17 '''B>C>A'''>D
 
16 '''A>B>C'''>D
 
17 D>C>A>B
 
16 D>B>C>A
Standard STV eliminates C and elects L3. However, C is the [[Condorcet winner]] and Borda winner, and would win if those methods were used to elect the final seat.
Electing L3 would mean 55% of voters would've earned 40% of the seats, as the L faction would be winning 3 seats. This could be troublesome if the R and C voters disagreed with the L faction, as they are a majority, but the L faction has enough seats to overrule them.
 
15 D>A>B>C</blockquote>E has a Droop quota (51 votes) so they win, and their 51 supporters' ballots are spent. Then we run a majority-passing single-winner method, say, [https://en.m.wikipedia.org/wiki/Mutual_majority_criterion#Minimax Minimax] on the remaining 100 ballots, and D wins despite there being a Droop solid coalition and thus a [[Mutual majority criterion|mutual majority]] of 52 voters for (A, B, C). Only a mutual majority-passing single-winner method would guarantee one of A, B, and C wins.
When running the single-winner method, candidates eliminated in previous STV rounds may optionally be reincluded.
 
This modification to STV addresses to some extent one of the criticisms made by STV advocates about single-winner methods other than IRV:<blockquote>Furthermore, approval, score, and Condorcet were all designed to be used in single-winner elections only. Ranked choice voting works well for both single-winner ''and'' multi-winner elections. For elections that involve a mixture of single-winner and multi-winner races, we strongly prefer the simplicity of using a uniform voting method across the board.<ref>https://www.fairvote.org/how_is_rcv_better_than_approval_score_or_condorcet_voting_methods</ref></blockquote>{{sectstub}}
{{sectstub}}
 
=== Related Election Methods ===