PRO-V: Difference between revisions

From electowiki
Content added Content deleted
(Created page with "Product Voting (PRO-V) is a Single-Winner Cardinal voting systems developed by Aldo Tragni. The objectives of this voting sy...")
 
No edit summary
Line 1: Line 1:
Product Voting (PRO-V) is a [[Single Member system|Single-Winner]] [[Cardinal voting systems]] developed by [[User:Aldo Tragni|Aldo Tragni]].
Product Voting (PRO-V) is a [[Single Member system|Single-Winner]] [[Cardinal voting systems]] developed by [[User:Aldo Tragni|Aldo Tragni]].


The objectives of this voting system is the balance between simplicity, resistance to strategies, elect utilitarian winner and provide the voter with a good representation of interests (range with 6 ratings).
The objectives of this voting system is the balance between simplicity, resistance to strategies, elect utilitarian winner and provide the voter with a good representation of interests (range with 5 ratings).


==Procedure==
==Procedure==


Voter score candidates with ratings [0,1,2,3,4,5] converted, before counting, to values [1,100,200,300,400,500]
Voter score candidates with ratings [1,2,3,4,5].


For each candidate, the multiplication is made among all the values received by him, and the candidate with the highest result wins.
For each candidate, the multiplication is made among all the ratings received by him, and the candidate with the highest result wins.


===Product===
===Product===
Line 28: Line 28:
n = total number of votes.
n = total number of votes.


If you have '''paper ballots''' then, before counting, you can eliminate ratings 0 and those ratings that appear at least once on all candidates, even in different votes.
If you have '''paper ballots''' then, before counting, you can eliminate ratings 1 and those ratings that appear at least once on all candidates, even in different votes.


Eg given these 3 votes:
Eg given these 3 votes:
A[0] B[1] C[3] D[3] E[5]
A[1] B[2] C['''3'''] D['''3'''] E[5]
A[3] B[5] C[1] D[0] E[3]
A['''3'''] B[5] C[1] D[2] E['''3''']
A[5] B[3] C[1] D[4] E[0]
A[5] B['''3'''] C[2] D[4] E[1]
delete the ratings 0, and 3 that appears at least once on all candidates, making the votes like this:
delete the ratings 1, and 3 that appears at least once on all candidates, making the votes like this:
B[1] E[5]
B[2] E[5]
B[5] C[1]
B[5] D[2]
A[5] C[1] D[4]
A[5] C[2] D[4]
so there is less multiplication to do.
so there is less multiplication to do.


===Name derivation===


PRO-nV: the PRO-V procedure works with ranges of different sizes and n indicates the amount of ratings used in the range.
''Page still in progress...''

*PRO-2V: uses ratings in [1,2].
*PRO-V: is the default definition, with ratings in [1,5].
*FAIR-9V: uses ratings in [1,9].

==Voting systems comparison==

===[[FAIR-V]]===

The proportional ratings of the PRO-V make the intermediate ratings more used by the voter, because eg. adding these two votes A[1] B[2] (B is worth double A) and A[4] B[2] (A is worth double B), candidates A and B are equal, unlike the methods that add up the scores. A single point can make a lot of difference. Taking this characteristic of the PRO-V into consideration, and following the analysis of the [[FAIR-V#Strategies_resistance|resistance to strategies in FAIR-V]], it can be seen that PRO-V is also resistant to strategies, but not as strong as FAIR-V which uses a range [0,2].

However, the PRO-V procedure is easier to understand than the FAIR-V one, and also offers a wider range of ratings to the voter.


[[Category:Single-winner voting methods]]
[[Category:Single-winner voting methods]]

Revision as of 22:51, 1 September 2020

Product Voting (PRO-V) is a Single-Winner Cardinal voting systems developed by Aldo Tragni.

The objectives of this voting system is the balance between simplicity, resistance to strategies, elect utilitarian winner and provide the voter with a good representation of interests (range with 5 ratings).

Procedure

Voter score candidates with ratings [1,2,3,4,5].

For each candidate, the multiplication is made among all the ratings received by him, and the candidate with the highest result wins.

Product

The formula used in the count is the following:

Failed to parse (unknown function "\begin{equation}"): {\displaystyle \begin{equation}  C_{i}=\prod V_{ij}  \end{equation}}

Ci  = final score of a candidate Ci.
Vij = values ​​of candidate Ci, obtained from the ballots.

However, this formula can return very large results, difficult to manage.

In computer systems the following formula can be used :

Failed to parse (unknown function "\begin{equation}"): {\displaystyle \begin{equation}  C_{i} =\prod \sqrt[n]{V_{ij}}  \end{equation}}

n = total number of votes.

If you have paper ballots then, before counting, you can eliminate ratings 1 and those ratings that appear at least once on all candidates, even in different votes.

Eg given these 3 votes:

A[1] B[2] C[3] D[3] E[5]
A[3] B[5] C[1] D[2] E[3]
A[5] B[3] C[2] D[4] E[1]

delete the ratings 1, and 3 that appears at least once on all candidates, making the votes like this:

     B[2]           E[5]
     B[5]      D[2]
A[5]      C[2] D[4]

so there is less multiplication to do.

Name derivation

PRO-nV: the PRO-V procedure works with ranges of different sizes and n indicates the amount of ratings used in the range.

  • PRO-2V: uses ratings in [1,2].
  • PRO-V: is the default definition, with ratings in [1,5].
  • FAIR-9V: uses ratings in [1,9].

Voting systems comparison

FAIR-V

The proportional ratings of the PRO-V make the intermediate ratings more used by the voter, because eg. adding these two votes A[1] B[2] (B is worth double A) and A[4] B[2] (A is worth double B), candidates A and B are equal, unlike the methods that add up the scores. A single point can make a lot of difference. Taking this characteristic of the PRO-V into consideration, and following the analysis of the resistance to strategies in FAIR-V, it can be seen that PRO-V is also resistant to strategies, but not as strong as FAIR-V which uses a range [0,2].

However, the PRO-V procedure is easier to understand than the FAIR-V one, and also offers a wider range of ratings to the voter.