Name
Vote::Count::Range
VERSION 1.214
Range (Score) Voting Overview
Range or Score Voting is another form of preferential ballot.
There are a fixed number of Rankings available, usually 5, 10 or 100.
Voters (Typically) May Rank Choices Equally.
Voters Rank their best choice highest, the inverse of Ranked Choice.
Range Voting is usually resolved by using the ratings assigned by the voters as a score. By fixing the number of available rankings it resolves Borda Count's weighting problem. Condorcet can resolve Range Voting, but the ability to rank choices equally increases the possibility of ties. When resolving by IRV it is necessary to split the vote for equally ranked choices.
Reading Range Ballots
Range Methods
Score
Score is a method provided by Vote::Count::Score that will score the ballots based on the scores provided by the voters.
STAR (Score Then Automatic Runoff)
Creates a runoff between the top 2 choices. Implemented in Vote::Count::Method::STAR.
Condorcet
Vote::Count::Matrix supports Range Ballots. Choices scored equally are not counted in pairings between the equal choices.
IRV
Vote::Count::IRV supports Range Ballots. Equal Scores are split. The split votes are tabulated with Rational Number Math to protect against rounding errors.
Tie Breakers
Only Approval, all and none currently support Range Ballots.
Ordinal Ranged
Limiting voters to one choice per Rank has the advantage of creating a ballot which translates perfectly to Ranked Choice ballots. From an analysis standpoint having such versatile ballots is valuable. While IRV and Condorcet work with Range Ballots, they work better with Ordinal Ballots, Scoring Methods works much better with Range ballots. As alternate ballots gain popularity the ability to compare the results across methods with the same live data would be valuable.
Unfortunately limiting the number of choices is also limiting the voter's expression. The larger the Range the less this issue matters. On a Range 100 ballot it is unlikely that in a real world situation a voter is going to be able to or want to rank nearly that many. Because the Range needs space to express strong and weak preference 10 is the minimum reasonable range for this variant.
BUG TRACKER
https://github.com/brainbuz/Vote-Count/issues
AUTHOR
John Karr (BRAINBUZ) brainbuz@cpan.org
CONTRIBUTORS
Copyright 2019-2021 by John Karr (BRAINBUZ) brainbuz@cpan.org.
LICENSE
This module is released under the GNU Public License Version 3. See license file for details. For more information on this license visit http://fsf.org.
SUPPORT
This software is provided as is, per the terms of the GNU Public License. Professional support and customisation services are available from the author.