Jump to content

Atkinson index

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Addbot (talk | contribs) at 09:17, 27 February 2013 (Bot: Migrating 5 interwiki links, now provided by Wikidata on d:q165495 (Report Errors)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Atkinson index (also known as the Atkinson measure or Atkinson inequality measure) is a measure of income inequality developed by British economist Anthony Barnes Atkinson. The measure is useful in determining which end of the distribution contributed most to the observed inequality.[1]

Definition

The index can be turned into a normative measure by imposing a coefficient to weight incomes. Greater weight can be placed on changes in a given portion of the income distribution by choosing , the level of "inequality aversion", appropriately. The Atkinson index becomes more sensitive to changes at the lower end of the income distribution as approaches 1. Conversely, as the level of inequality aversion falls (that is, as approaches 0) the Atkinson becomes more sensitive to changes in the upper end of the income distribution.

The Atkinson index is defined as:

where is individual income (i = 1, 2, ..., N) and is the mean income.

The entropy measure developed by Atkinson[2] can be computed from a "normalized Theil index".[3] This, however, only applies to the Theil index , which is derived from the "generalized entropy class"[4] with . The Atkinson index is computed using the function .

Atkinson index relies on the following axioms:

  1. The index is symmetric in its arguments: for any permutation .
  2. The index is non-negative, and is equal to zero only if all incomes are the same: iff for all .
  3. The index satisfies the principle of transfers: if a transfer is made from an individual with income to another one with income such that , then the inequality index cannot increase.
  4. The index satisfies population replication axiom: if a new population is formed by replicating the existing population an arbitrary number of times, the inequality remains the same:
  5. The index satisfies mean independence, or income homogeneity, axiom: if all incomes are multiplied by a positive constant, the inequality remains the same: for any .
  6. The index is subgroup decomposable.[5] This means that overall inequality in the population can be computed as the sum of the corresponding Atkinson indices within each group, and the Atkinson index of the group mean incomes:

where indexes groups, , individuals within groups, is the mean income in group , and the weights depend on and . The class of the subgroup-decomposable inequality indices is very restrictive. Many popular indices, including Gini index, do not satisfy this property.

See also

Footnotes

  1. ^ inter alia "Income, Poverty, and Health Insurance Coverage in the United States: 2010", U.S. Census Bureau, 2011, p.10
  2. ^ Anthony Barnes Atkinson developed various metrics. The Atkinson index which is related to the Theil index has been described by Lionnel Maugis in Inequality Measures in Mathematical Programming for the Air Traffic Flow Management Problem with En-Route Capacities (published on occasion of IFORS 96), 1996
  3. ^ Juana Domínguez-Domínguez, José Javier Núñez-Velázquez: The Evolution of Economic Inequality in the EU Countries During the Nineties. 2005
  4. ^ James E. Foster in annexe A.4.1 (p.142) of: Amartya Sen, On Economic Inequality, 1973/1997
  5. ^ Shorrocks, AF (1980). The class of additively decomposable inequality indices. Econometrica, 48 (3), 613-625, doi:10.2307/1913126

References

Software:

  • Free Online Calculator computes the Gini Coefficient, plots the Lorenz curve, and computes many other measures of concentration for any dataset
  • Free Calculator: Online and downloadable scripts (Python and Lua) for Atkinson, Gini, and Hoover inequalities
  • Users of the R data analysis software can install the "ineq" package which allows for computation of a variety of inequality indices including Gini, Atkinson, Theil.
  • A MATLAB Inequality Package, including code for computing Gini, Atkinson, Theil indexes and for plotting the Lorenz Curve. Many examples are available.
  • Stata inequality packages: ineqdeco to decompose inequality by groups; svygei and svyatk to compute design-consistent variances for the generalized entropy and Atkinson indices; glcurve to obtain generalized Lorenz curve. You can type ssc install ineqdeco etc. in Stata prompt to install these packages.