Technically Exists

Sequential threshold average score voting

Introduction

Sequential threshold average score voting (STAS voting) is a rated party-agnostic multi-winner method inspired by sequential proportional score voting (SPSV).

Description

Voters cast ballots by rating all candidates on a scale of 0 to k for some positive integer k, where a blank rating is interpreted as a 0. Each ballot starts off with a weight of 1. Candidates are elected sequentially using the following process, which continues until all seats are filled:

  1. Of the currently unelected candidates, the candidate with the greatest sum of weighted scores is elected.
  2. Each ballot has its weight set to 1ki=1k11+mi\frac{1}{k} \sum_{i=1}^k \frac{1}{1 + m_i}, where mi is the number of already-elected candidates given a rating of at least i by that ballot.

This can be thought of as considering every possible approval threshold and, for each one, converting the score ballot into an approval ballot using that threshold. The new weight assigned to the score ballot is then simply the average of the weights that sequential proportional approval voting (SPAV) would assign to these approval ballots. Hence, the reweighting process can be described as taking the average over the weights for different approval thresholds, or the “threshold average” for short.

Note that the approval ballots generated during this process are exactly the approval ballots produced by the Kotze-Pereira transformation.

Analysis

STAS voting passes Warren Smith’s color proportionality criterion, but it does not pass the hare quota criterion as is demonstrated in this example. This makes its status as a proportional method debatable at best, and may represent a fundamental limitation of Thiele-type proportionality.

With the above reweighting formula, STAS voting is equivalent to D’Hondt when voters vote perfectly along party lines. However, if the formula 1ki=1k11+2mi\frac{1}{k} \sum_{i=1}^k \frac{1}{1 + 2m_i} is used instead, then under such circumstances it becomes equivalent to Webster/Sainte-Laguë.

STAS voting is similar to reweighted range voting (RRV) in that it is an extension of SPAV to score ballots that assigns a single weight per round to each ballot. However, STAS voting tends to deweight ballots to a lesser extent in cases where a candidate given a low rating is elected. Similarly, STAS voting will often deweight scores less than SPSV does. Below is a table that demonstrates this effect. An explanation of the scenario being depicted can be found here.

Candidate Method N/A C D E F G
A RRV 5 4.17 3.57 3.13 2.78 2.5
A SPSV 5 4.5 4.33 4.25 4.2 4.17
A STASV 5 4.5 4.33 4.25 4.2 4.17
B RRV 1 0.83 0.71 0.63 0.56 0.5
B SPSV 1 0.5 0.33 0.25 0.2 0.17
B STASV 1 0.9 0.87 0.85 0.84 0.83

When voters min-max vote, STAS voting reduces to SPAV. Equivalently, SPAV and STAS voting with a scale of 0 to 1 are mathematically identical and give the same results.