There are many ways of measuring inequality in an income distribution. Different measures have different trade-offs about the kind of information that needs to be preserved when aggregating an entire distribution into one number that represents the amount of inequality present within it.
One of the best known measures is the Gini coefficient. Taking values from 0 to 1, it is calculated as "the expected gap as a share of twice the mean income." In other words: if you were to find two random people on the street, what is the expected difference in their incomes, relative to the average income in that population? While it certainly captures how disparately income is distributed in a population, it provides no information about whether that inequality is a result of a few extreme "haves", or of many "have-nots". Nor does it make any judgements about whether either type of inequality is more important.
One inequality measure that does make such judgements is the Atkinson index. Its best known use is in the United Nations' inequality-adjusted Human Development Index (IHDI). Also taking values from 0 to 1, the Atkinson index's key difference is that it assumes a diminishing marginal utility of income. This actively de-emphasises inequality at the upper end of the distribution, putting more weight on differences between lower incomes. This assumption is regulated in the Atkinson by an "inequality aversion parameter",
In this repository, we explore how the Atkinson index works, its relationship to the utility function of income, how it reacts to changes in lower parts of the income distribution compared to higher parts, how it reacts to real countries' income distributions and how it compares with the Gini coefficient when measuring identical distributions.
The equation for the Atkinson index is as follows:
where
Let's visualise this by plotting the utility function of income (left), and its derivative, the marginal utility of income (right):
With increasing values of
Let's see how this all works empirically when applied to income distributions of different shapes.
Earlier, we wrote the full equation to calculate the Atkinson measure. In fact, it can be understood in a much simpler form:
In other words, the Atkinson index is the complement to 1 of the ratio of the Hölder generalised mean of exponent
The lower the generalised mean is from the arithmetic mean, the higher the Atkinson measure of inequality will be.
We can demonstrate this dynamic by taking a simple distribution and plotting its arithmetic mean (blue,
Let's take a simple, ordered array of four values,
At higher positive values of
A look at the first quartile (top left) compared to the rest of the quartiles immediately shows how the Atkinson index treats inequalities at the lower end of the distribution more severely. Recall that the distance between the arithmetic mean and the generalised mean(s) determines the level of inequality. In the first quartile, varying
In other words, making the lowest quartile particularly poor hugely affects increases the level of inequality determined across the whole income distribution. Whereas bringing it closer to the middle incomes makes the whole income distribution more equal than when varying any other quartile. Comparatively, adjustments to the other quartiles yield only moderate levels of inequality at any level of that quartile.
And what of the effect of
Here, we introduce six countries all with different combinations of income and inequality levels, to help us understand the full variation in measuring income inequality. In the left plot, we can see each country's income distribution over ten deciles, while in the right plot, we plot the generalised means of their distributions at different levels of the inequality aversion parameter,
Recalling that an
Recall that Gini is insensitive to inequalities in specific parts of the income distribution. Rather, it interprets inequality in the population holistically. Returning to the simple, quartile-based distributions we introduced earlier, we can observe how the Atkinson index and Gini coefficient differ when measuring the same distribution:
When varying the second to fourth quartiles, the Gini and Atkinson measures yield similar slopes. However, looking at the first quartile, again we see how dramatically the Atkinson measure varies across different values of
Having gained a more intuitive understanding of how the Atkinson measure reacts to different types of income distributions, let's explore one of its most notable applications - the inequality-adjusted Human Development Index - in more detail.
Check out this repository where I decompose the index into its Human Development score and its Atkinson measure and use k-means clustering to categorise European countries based on their societal development and their inequality.