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
Previously, we took the under in forecasting where the United States' GDP would be recorded in the fourth quarter of 2012, forecasting that the nation's real GDP would be recorded below our mid-range projection of $13,726.5 billion in terms of constant 2005 U.S. dollars.
Taking the under turned out to have been the right call for us to make, as the first estimate for inflation-adjusted GDP came in at $13,647.6 billion in terms of the BEA's chained 2005 U.S. dollars, a difference of roughly 0.6% from the value we have projected will be recorded when the BEA finalizes its estimate of GDP for 2012Q4 at the end of March 2013.
We had given 68.2% odds that 2012-Q4's real GDP would fall between $13,583.8 billion and $13,869.2 billion, as the U.S. economy would appear to be continuing to skirt the edge of what we would describe as a microrecession. That condition becomes more apparent as we consider our two-quarter GDP growth rate temperature gauge, where the growth rate for 2012-Q4 falls just into the "cold" purple zone.
Since we base our GDP forecasts on the two-quarter growth rate of GDP, our forecast was largely immune to the large swings in the U.S. federal government's spending for defense that took place in the second half of 2012, where planned spending had been pulled ahead into the third quarter of 2012 to offset potential cuts in this spending as part of the so-called "fiscal cliff" at the end of 2012 and also to provide a boost to the U.S. economy ahead of the national elections on 6 November 2012. Defense-related spending was then sharply reduced in the fourth quarter of 2012, accounting for much of the lackluster GDP growth rate reported in the quarter.
The other major economic event of the quarter, Hurricane Sandy, would appear to have had a negative, but very small effect upon GDP in the fourth quarter of 2012.
Looking forward, using the first estimate of GDP for 2012-Q4, our "modified limo" forecasting technique anticipates that real GDP in the first quarter of 2013 will come in around $13,697.6 billion in terms of constant 2005 U.S. dollars. A positive move, so that's the upside of the under.
We will update our projections as the BEA adjusts its estimates of GDP for the fourth quarter of 2012. At present, we would expect the BEA's estimate of real GDP for 2012-Q4 to be revised slightly upward by the time of their third revision at the end of March 2013.
Jim Hamilton offers his analysis of the fourth quarter's GDP figures and points to other viewpoints.
Labels: gdp, gdp forecast
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.