Reweighted range voting: Difference between revisions

m
fixed typo
(Added the D'Hondt variant. Also the 1/(1 + 2*SUM/MAX) and 0.5/(0.5 + SUM/MAX) formulas are the same.)
m (fixed typo)
Line 23:
Another variant is to use the reweighting formula 0.5/(0.5 + SUM/MAX), or equivalently, 1/(1 + 2*SUM/MAX). This variant reduces to Sainte-Laguë when voters vote on party lines.
 
There is an infinite number of variants that all use the fallowing formula: K/(K + SUM/MAX) where ½≤K≤1. When K equals 1, with theThe two above formulas being special cases when K equals 1 and ½.
 
== Method Variations ==