Optimal apportionment is an approach to apportionment that is based on mathematical optimization. In a problem of apportionment, there is a resource to allocate, denoted by h {\displaystyle h} . For example, it can be an integer representing the number of seats in a house of representatives. The resource should be allocated between some n {\displaystyle n} agents. For example, these can be federal states or political parties. The agents have different entitlements, denoted by a vector of fractions t 1 , … , t n {\displaystyle t_{1},\ldots ,t_{n}} with a sum of 1. For example, ti can be the fraction of votes won by party i. The goal is to find an allocation - a vector a 1 , … , a n {\displaystyle a_{1},\ldots ,a_{n}} with ∑ i = 1 n a i = h {\displaystyle \sum _{i=1}^{n}a_{i}=h} . The ideal share for agent i is his/her quota, defined as q i := t i ⋅ h {\displaystyle q_{i}:=t_{i}\cdot h} . If it is possible to give each agent his/her quota, then the allocation is maximally fair. However, exact fairness is usually unattainable, since the quotas are not integers and the allocations must be integers. There are various approaches to cope with this difficulty (see mathematics of apportionment). The optimization-based approach aims to attain, for eacn instance, an allocation that is "as fair as possible" for this instance. An allocation is "fair" if a i = q i {\displaystyle a_{i}=q_{i}} for all agents i, that is, each agent's allocation is exactly proportional to his/her entitlement. in this case, we say that the "unfairness" of the allocation is 0. If this equality must be violated, one can define a measure of "total unfairness", and try to minimize it.
Minimizing the sum of unfairness levels The most natural measure is the sum of unfairness levels for individual agents, as in the utilitarian rule:
One can minimize the sum of differences ∑ i = 1 n | a i − q i | {\displaystyle \sum _{i=1}^{n}|a_{i}-q_{i}|} , or the sum of squares ∑ i = 1 n ( a i − q i ) 2 {\displaystyle \sum _{i=1}^{n}(a_{i}-q_{i})^{2}} , which weight every state (or party) equally. Both minimization problems are solved by Hamilton's method. One can weight the elements in the sum by the population, or equivalently by the quota, and try to minimize the chi-squared statistic ∑ i = 1 n q i ( a i / q i − 1 ) 2 {\displaystyle \sum _{i=1}^{n}q_{i}(a_{i}/q_{i}-1)^{2}} . This leads to Webster's method. One can weight the elements in the sum by the allocations, and try to minimize ∑ i = 1 n a i ( q i / a i − 1 ) 2 {\displaystyle \sum _{i=1}^{n}a_{i}(q_{i}/a_{i}-1)^{2}} . This leads to Hill's method.
Minimizing the largest unfairneses One can minimize the largest unfairness, as in the egalitarian rule:
… excerpt ends here. Continue reading the full article.
