to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
The planet Neptune has never been seen by anyone looking at the night sky through just their own eyes. So distant is it from the sun that the light it reflects toward the Earth is so faint that the planet is effectively invisible in the darkness of night. And yet, the outermost large planet of our solar system was discovered by astronomers who knew exactly where to look....
Following William Herschel's discovery of Uranus in 1781, the world's astronomers went to work to observe and describe the seventh planet of the solar system, taking detailed measurements of its trajectory in space.Forty years later, French astronomer Alexis Bouvard published detailed tables describing Uranus' orbit about the sun. More than that however, his tables incorporated the lessons learned about planetary orbits from Johannes Kepler and Sir Isaac Newton to chart the path Uranus would follow into the future.
But then, something strange happened. Significant discrepancies between Bouvard's projected path for Uranus and its actual orbit began to be observed - irregularities that were not observed in the tables he had created to describe the orbital paths of the planets Jupiter and Saturn using the same methods. Soon, observations and detailed measurements confirmed that Uranus was moving along a path that was not described by Bouvard's careful calculations.
These irregularities led Bouvard to hypothesize that an as yet unseen eighth planet in the solar system might be responsible for what he and other astronomers were observing.
Over twenty years later, astronomer Urbain Le Verrier was working on the problem, taking a unique approach to resolving it.
What made Le Verrier's work unique is that he applied the math developed by Sir Isaac Newton to describe the gravitational attraction between two bodies to solve the problem. Here, he used Newton's theory to anticipate where an as yet unknown, but more distant planet also orbiting the sun would have to be to create the effects observed upon the position of the planet Uranus in its orbit.
Le Verrier completed his calculations regarding the position of the hypothetical eighth planet on 1 June 1846. A little over three months later, on 23 September 1846, the planet Neptune was observed for the first time at almost exactly the position in space where Le Verrier predicted it would be, confirming Newton's gravitational theory in the process.
We're going to do something similar today to explain why household income inequality in the United States has increased over time, even though there has been no change in individual income inequality.
Our first chart below is based on data taken from the U.S. Census' data [Excel spreadsheet] on the inflation-adjusted median and mean income for all Americans from 1947 through 2010, which we've presented in terms of constant 2010 U.S. dollars. For reference, we've also indicated the NBER's official periods of recession in the U.S. during this period with the shaded red vertical bands on the chart:
Next, we took the U.S. Census' breakdown of inflation-adjusted median income for both men and women for each of these years [Excel spreadsheet] and used the math that applies to log-normal distributions to construct the combined median income that applies to individuals. Our results are shown in the chart below, along with the actual median incomes reported by the U.S. Census so we can compare our calculated results with them:
As you can see, our calculated results in creating a weighted median from the subsets of median income data for men and women are very close to the actual real median income numbers for all individuals. Here, because per capita income has been demonstrated to follow a log-normal distribution, we are able to use this math to either combine or extract subsets of data that have never been officially presented.
As an aside, we achieved the results above by treating the reported median income data the way we might calculate a weighted average. The beauty of the log-normal distribution math is that we can do this with medians, which we ordinarily could not do otherwise.
In the chart above, you can see the effect of the changing composition of the U.S. workforce, as the relative share of women earning incomes in the United States has increased since 1947. In 1947, the median income for individuals is much closer to the median income for men than it is for women. By 2010 however, we see that the median income for individuals is about halfway in between the median incomes for men and for women, reflecting that nearly equal share that both sexes now have among all individual income earners in the U.S.
The U.S. Census Bureau provides the median income data for individuals (or persons), men and women. It also reports median income data for both male and female wage or salary earners [Excel spreadsheet], whom we'll simply describe as Working Men and Working Women.
Using the math we demonstrated above with this data, we can extract the median incomes for two categories of people for whom the U.S. Census has never reported median incomes: men and women with incomes who do not earn wages or salaries, or as we'll describe them from now on, Non-Working Men and Non-Working Women! Today, we're putting what we found for all U.S. individual income earners together for the first time:
Now, let's combine our median income earners into two-person households, pairing working men and women, working men and non-working women, non-working men and working women and finally non-working men and non-working women. We've shown our results below, along with the U.S. Census' official median income for U.S. households:
Well, look at that! The households formed by our single-wage and salary income earning couples from 1947 through 2010 closely parallels the actual real median income for U.S. households with a working man and non-working woman over that time (except for the years 1974 through 1977, where there seems to be an anomaly in the Census' data for working men - and here, the actual median splits the difference!) Also keeping in mind that the actual median household income might include the income contributions of additional people (say individuals between the ages of 16 and 24 who might be working part time at minimum wage jobs while also attending school and living at home with their parents), which likely accounts for the difference between the two, we've pretty much just demonstrated that we can successfully model basic U.S. households using just the data that applies for U.S. individuals.
But wait! What about single person households? Our next chart throws them into the mix as well!
Using the figures for 2010, we approximated the income percentiles for each of our single and two-person median income earning households. The table below reveals our results (our model should put each approximated percentile within 0.2 of the actual percentile!):
Household Type | 2010 Median Income | Approximate Income Percentile |
---|---|---|
Working Men and Working Women | $64,075 | 61.4 |
Working Men and Non-Working Women | $50,026 | 50.7 |
Working Women and Non-Working Men | $49,344 | 50.1 |
Non-Working Men and Women | $35,295 | 36.7 |
Working Men Only | $37,102 | 38.6 |
Working Women Only | $26,973 | 27.7 |
Non-Working Men Only | $22,371 | 22.4 |
Non-Working Women Only | $12,924 | 11.5 |
It occurs to us that all we would need to increase the income inequality among households in the United States is to increase the nation's percentage of single person households among all households. That would work by increasing the number of households at the lower end of the income spectrum, even though it would have absolutely no effect upon the measured income inequality for individuals. The U.S. Census Bureau shows the change in the number of single person households since 1960:
Here's the U.S. Census Bureau's Gini index measure of the amount of income equality among U.S. households for the years from 1947 through 2010:
And here is the Gini index measure of the amount of income equality among U.S. individuals for the years from 1947 through 2005 (the data since 2005 is presented here - it's similar to all that recorded since 1960 in the chart below):
The relevant data in the chart above is the Gini measure indicated with the hollow circles, which is based on the "fine", or more detailed, income bins reported by the U.S. Census in its annual Current Population Survey. The other data in the chart, indicated by solid diamonds, represents income distribution data reported by the U.S. Census in larger, or more "coarse" income bins, which are less detailed and are therefore a much less accurate measure of the nation's level of income inequality in any given year.
Looking at where all the data in these three charts intersect and overlap, What we find is that since 1960, the level of income inequality for U.S. individuals as measured by the "fine" Gini index is nearly constant, but has increased significantly for U.S. households. What has changed over that time is the composition of U.S. households, with a steady increase in the percentage of single person households.
Without a corresponding increase in the measured income inequality for U.S. individuals, the increase in the measured income inequality for U.S. households has been almost entirely driven by the increase in the number of single person households over time.
So income inequality among U.S. households isn't increasing because the rich are getting richer. That means that policies intended to right this situation by going after the rich in the name of "fairness" are guaranteed to fail, because the real cause of the increase in income inequality among U.S. households over time is something that cannot be fixed by such actions.
If only the people pushing such policies could see that....
And that concludes our eighth anniversary post. Thank you for joining us today - we greatly appreciate your choice to spend so much time with us (we really do try to draft shorter posts!)
Our anniversary posts typically represent the biggest ideas and celebration of the original work we develop here each year. Here are our landmark posts from previous years:
Kitov, Ivan. "Modeling the evolution of Gini coefficient for personal incomes in the USA between 1947 and 2005," MPRA Paper 2798, University Library of Munich, Germany. 2007.
Lopez, J Humberto and Servén, Luis. "A Normal Relationship? Poverty, Growth and Inequality". World Bank Policy Research Working Paper 3814, 2006.
Pinkovskiy, Maxim and Sala-i-Martin, Xavier. "Parametric Estimations of the World Distribution of Income". NBER Working Paper No. 15433. October 2009.
Political Calculations. The Distribution of Income for 2010: Households. 14 September 2011.
U.S. Census Bureau. Changing American Households. [PDF document]. C-SPAN. 4 November 2011. p. 6.
U.S. Census Bureau. Table P-2. Race and Hispanic Origin of People by Median Income and Sex: 1947 to 2010. [Excel spreadsheet]. September 2011.
U.S. Census Bureau. Table P-4. Race and Hispanic Origin of People (Both Sexes Combined) by Median and Mean Income: 1947 to 2010. [Excel spreadsheet]. September 2011.
U.S. Census Bureau. Table P-53. Wage or Salary Workers (All) by Median Wage and Salary Income and Sex: 1947 to 2010. [Excel spreadsheet]. September 2011.
Wendt, Phil. Income Disparity by the Numbers. Phil Wendt's Studio. 26 December 2011.
Labels: data visualization, demographics, economics, income, income distribution, income inequality, math, poverty, wages
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.