Reweighted range voting: Difference between revisions

Some light copyediting of User:Fsargent's work (and earlier work), and noting that the example User:Fsargent isn't (yet) clear to me, but I haven't tried too hard to interpret it.
mNo edit summary
(Some light copyediting of User:Fsargent's work (and earlier work), and noting that the example User:Fsargent isn't (yet) clear to me, but I haven't tried too hard to interpret it.)
Line 1:
[[File:RRV Procedure.svg|thumb|RRV Procedure]]
'''Reweighted Scorescore Votingvoting''', also knownpossibly referred to as "'''Reweightedreweighted Rangerange Votingvoting'''" and ('''RRV"proportional score voting"''') and Proportional Score Voting, is a [[Multi-Member System | Multimulti-Member member]] [[Scorescore voting]] Systemsystem. It a natural extension of the [[Webster]] or [[Jefferson Method]] to a [[Multi-Member System]]. If two-level score (i.e. "[[Approvalapproval voting]]") ballots are used then it reduces to [[Sequential proportional approval voting|sequential proportional approval voting ("SPAV")]].
 
==Procedure==
Line 35:
# For the final seat available, the two highest-scoring candidates remaining runoff, with the candidate preferred (scored higher) by more reweighted ballots winning the final seat.
 
==Example Codecode==
Below is some example code, written in [[W:Python (programming language)|Python]] and posted by [[User:Fsargent]]:
<syntaxhighlight lang="python" line>
 
<syntaxhighlight lang="python" line="">
import pandas
 
Line 73 ⟶ 75:
print(seated)
</syntaxhighlight>
 
<syntaxhighlight lang="" line>
Additionally, here's some sample data posted by [[User:Fsargent]]:
<syntaxhighlight lang="python" line="">
Red 18.0
Green 10.0
Line 98 ⟶ 102:
dtype: float64
['Red', 'Yellow', 'Blue', 'Green']
</syntaxhighlight>It is unclear to [[User:RobLa]] what this example is supposed to show, but he may look more carefully at the example later.
</syntaxhighlight>
 
==Related Systemssystems ==
 
If [[Ballot#Approval ballot|approval ballots]] are used, RRVthis method reduces to [[Sequentialsequential proportional approval voting|sequential proportional approval voting ("SPAV")]]. An arguably more natural extension of [[Sequential proportional approval voting]]"SPAV" to score ballots is [[Singlesingle distributed vote]]. These systems are very similar.
 
[[Category:Cardinal voting methods]]