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
Barry Ritholtz has a fine rant:
Those of you who continue to insist you can even remotely forecast what might happen next continue to reveal incredibly foolish, thoroughly disproved beliefs, despite an overwhelming avalanche of evidence that you haven’t the slightest idea what the fuck is going on now, much less what is going to happen next.
Once again, the markets prove that nobody knows ‘nuthin.
Carry on.
Okay. Here is the chart we posted before the market opened on Tuesday, 16 December 2014:
Here is what the updated version of that chart looks like as of the market close on 17 December 2014:
We do this sort of thing routinely. So much so that we don't even bother calling attention to it any more unless it is to point out an obvious gap in someone's understanding of what is possible.
Then again, it's not like we're going to be doing much of that beyond next week, as we'll no longer be routinely posting such things after that time!
Until then, welcome back to the cutting edge of what is possible today!
Update 18 December 2014: How about another go, seeing as Barry was really going on about the impossibility of predicting what the stock price futures were indicating would be happening with stock prices this morning? Here's what our stock price forecast chart looks like after the close of trading on 18 December 2014:
Here's the text from the chart:
Converging Back to 2015-Q2 Following the Fed
Following the Fed's announcement and Janet Yellen's press conference on Wednesday, 17 December 2014, it would appear that the Federal Reserve has succeeded in directing the collective attention of investors to 2015-Q2, which is when it will most likely begin to hike short term interest rates. Consequently, stock prices have rocketed up during the last two days as they converge with the trajectory defined by an investor focus on that future quarter in setting today's stock prices, which is exactly how our model of how stock prices behave says they would behave under those circumstances. Very forecastable, Barry Ritholtz!
After a certain point, doing this sort of thing is a lot like shooting fish in a barrel, because what we're doing is much more science than art - it works because it's simply applied physics with direct parallels to the laws of motion. Which is why we're moving on to other challenges that might also benefit from that kind of approach.
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.