User:Matijaskala/Probabilistic Approval Voting: Difference between revisions

From electowiki
Content added Content deleted
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Probabilistic Approval Voting''' is a sequential [[Proportional representation|proportional voting system]] that uses either [[Approval ballot|approval]] or [[Score voting|score]] ballots. Probabilistic calculations are used as a tool to predict potential power balance of elected political factions. The method itself is deterministic.
'''Probabilistic Approval Voting''' is a sequential [[Proportional representation|proportional voting system]] that uses either [[Approval ballot|approval]] or [[Score voting|score]] ballots. Probabilistic calculations are used as a tool to predict potential power balance of elected political factions. The method itself is deterministic. The system is 2-level [[Summability criterion|precinct-summable]] and passes the [[universally liked candidate criterion]].


== Derivation ==
== Derivation ==
Line 9: Line 9:
* <math display="inline">V(A \and B)</math> ... number of voters who approve of both A and B
* <math display="inline">V(A \and B)</math> ... number of voters who approve of both A and B


Let's say that there is a function <math>P:C \times C \to [0, 1]</math> that maps two given candidates to the probability that the second one belongs to the first one's political faction. Then for a given candidate ''A'', the expected number of elected candidates belonging to the same faction equals <math display="inline">\sum_{X \in W} P(A,X)</math> and ''A''<nowiki/>'s voter efficiency equals <math display="inline">\frac{\sum_{X \in W} P(A,X)}{V(A)}</math>. If ''A'' is not already elected then we can calculate the ''A''<nowiki/>'s voter efficiency after ''A''<nowiki/>'s election as <math display="inline">\frac{1+\sum_{X \in W} P(A,X)}{V(A)}</math> (P(A,A) equals 1). Let's call <math display="inline">\frac{V(A)}{1+\sum_{X \in W} P(A,X)}</math> ''A''<nowiki/>'s score and <math display="inline">\frac{1+\sum_{X \in W}P(A,X)}{V(A)}</math> ''A''<nowiki/>'s inverse score. If we keep electing candidates whose inverse score is at least as low as inverse [[Hare quota]] then we can expect an outcome where each winner's voter efficiency is below a certain limit aka a proportional outcome.
Let's say that a candidate A proposes a decision. The probability that a candidate supports the decision equals <math display="inline">\frac{V(A \and B)}{V(B)}</math>. Expected number of votes that the decision gets equals <math display="inline">\sum_{B \in W}\frac{V(A \and B)}{V(B)}</math> or <math display="inline">\frac{\sum_{B \in W}\frac{V(A \and B)}{V(B)}}{V(A)}</math> per voter. To minimize number of votes per voter we maximize <math>\frac{V(A)}{1+\sum_{X \in W} \frac{V(A \and X)}{V(X)}}</math> for each newly elected candidate.

In practice, electing a candidate whose inverse score is at least as low as inverse Hare quota will not always be possible. In that case we need to either add fail-safe approvals which we previously didn't consider or elect the candidate with the lowest inverse score and hope it is low enough.

A reasonable choice for P(A,B) would be <math display="inline">\frac{V(A \and B)}{V(B)}</math> which would give <math>\frac{V(A)}{1+\sum_{X \in W} \frac{V(A \and X)}{V(X)}}</math> as the formula for the score of candidate A. In each step we elect the candidate with the highest score. This version of the system is 2-level [[Summability criterion|precinct-summable]] and passes the [[universally liked candidate criterion]].

In [[party list case]] P(A,B) equals 1 if A and B belong to the same party and 0 otherwise. Because of that the system decays into [[D'Hondt]].


== Example ==
== Example ==

Latest revision as of 12:22, 26 February 2024

Probabilistic Approval Voting is a sequential proportional voting system that uses either approval or score ballots. Probabilistic calculations are used as a tool to predict potential power balance of elected political factions. The method itself is deterministic. The system is 2-level precinct-summable and passes the universally liked candidate criterion.

Derivation

Given:

  • ... the set of all candidates
  • ... the set of already elected candidates
  • ... number of voters who approve of A
  • ... number of voters who approve of both A and B

Let's say that a candidate A proposes a decision. The probability that a candidate supports the decision equals . Expected number of votes that the decision gets equals or per voter. To minimize number of votes per voter we maximize for each newly elected candidate.

Example

29 AB

1 B

14 C

In each step we elect the candidate with the highest .

First seat:

A:

B:

C:

B is elected

Second seat:

A:

C:

A is elected

Score ballots

One possible procedure to elect a candidate using score ballots

Probabilistic voting can be done with score ballots. We start by treating maximum score as approval. Once every candidate's score falls below Hare quota we progressively add lower scores.