Allocated Score: Difference between revisions

Trying to clarify wording, some minor formatting.
(Trying to clarify wording, some minor formatting.)
Line 1:
 
[[Allocated Score]] is a [[proportional representation]] voting method using [[Score Voting|5 -star ballots]]. Otherwise known as '''Proportional STAR Voting''' ('''STAR PR'''), this method is one of three voting methods in the STAR Voting family, which includes[[Single-member district | single-winner]] [[STAR voting]], multi-winner [[STAR voting|Bloc STAR Voting]], and Proportional STAR. In the multi-winner context, STAR stands for "Score Then Automatic Runoffs".
 
Allocation is the default mechanism for achieving [[proportional representation]] in voting methods. Winners are selected in rounds. Each round elects the candidate with the highest total score. After each selection, the [[Hare quota]] of ballots which scored the winner the highest is allocated to themthat winner, and as such those ballots are removed from subsequent rounds. Ballots on the cusp of the quota may only have their ballots partially allocated to ensure that voters who supported the winner equally are treated equally.
 
== Description ==
[[File:Proportional STAR Ballot - STAR-PR.png|alt=A sample STAR-PR ballot showing scores for each candidate ranging from 0 up to 5 stars. At the top of the ballot are voter instructions, and at the bottom a simple description of how votes are counted.|thumb|A sample STAR-PR ballot]]
Winners in Proportional STAR Voting (Allocated Score) are selected in rounds. Each round elects the candidate with the highest total score and then designates a quota's worth of voters from that candidate's strongest supporters as fully represented. Subsequent rounds include all voters who are not yet fully represented.
 
== Classification ==
Allocated Score is a [[Cardinal_voting_systemsCardinal voting systems#Sequential_Proportional_MethodsSequential |proportional methods|sequential]], [[Multi-Member System|multi-winner]], [[Cardinal voting systems|cardinal]], [[Monroe's method|Monroe -type]], [[proportional representation]] voting method.
 
==Procedure==
Line 15:
Each voter scores all candidates on a [0,5] scale
 
# Select the candidate with the highest sum of scorescores as each round's winner.
# Set the ballot weight to zero for the [[quota]] of voters whose ballots contributed the highest scores to that winner.
#* If several voters have contributed the same score to the winner at the threshold of the quota then [[Fractional Surplus Handling]] is applied to those voters
Line 24:
When multiple voters contributed the same score to the winner it may be the case that allocating them all to the winner would cause the quota to be exceeded but not allocating them all would cause the quota not to be met. For these voters on the cusp, an equal fraction of their ballot weight is allocated.
 
Fractional Surplus Handling ensures that voters who supported a candidate equally will be treated equally, while ensuring that the total weight of the ballots allocated for each winner will not exceed the Hare quota. It also preserves the [[Independence of irrelevant alternatives|Independence of Irrelevant Alternatives]] and [[Monotonicity]] criteria .{{Citation_needed}}.
 
Note that with Fractional Surplus Handling voters can have a fractional ballot weight and they can subsequently only contribute that fraction to the remaining candidates, both during subsequent score tabulation and allocation.
 
Warning: The sort must be done on the weighted score (not the original score from the ballots) or the mismatch between the selection and elimination will cause a free riding issue. <ref>https://forum.electionscience.org/t/system-chosen-by-the-wolf-committee/875/30</ref>
==Python Implementationimplementation==
 
 
 
==Python Implementation==
 
Given a Pandas dataframe '''S''' with columns representing candidates and rows representing voters the entries would encode the score of all the ballots. For a max score of '''K''' and a desired number of winners '''W'''.
Line 113 ⟶ 110:
Allocated Score is the natural extension of applying vote allocation to score ballots. While there are a number of variations on the theme that can be done, the Allocated Score method is the simplest which delivers great results. Beginning in 2018, The Equal Vote 0-5 Star Proportional Representation Research Committee spent two years comparing and studying the options at each stage in the tabulation process and ultimately, thanks to the work of Parker Friedland, [[Keith Edmonds]], [[Jameson Quinn]], [[Sara Wolk]], and a number of others, found Allocated Score to be the committee's consensus method, balancing competing considerations while meeting core criteria.
 
== References ==
[[Category:Cardinal voting methods]]
[[Category:Proportional voting methods]]