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
We're going to pick up where we left off almost two weeks ago by beginning with a look at the acceleration of the year over year growth rate of stock prices against the backdrop of their fundamental driver: the expected change in the growth rate of trailing year dividends that will be paid in the current and next three quarters of the future.
What we find is that the inflation phase of the short covering-fueled Lévy flight rally that had opened at the beginning of October 2015 is coming to an end, as the acceleration of stock prices is rapidly converging to the level that is consistent with where the levels of dividends expected in future quarters are.
Thanks to the combination of Fed Chair Janet Yellen's congressional testimony on 4 November 2015 and a much stronger than expected jobs report for October 2015, we know that investors are now strongly focused on the fourth quarter of 2015 in setting stock prices.
Since future stock prices depend in part on what they are today, the rapid change from the positive acceleration that took place to the negative acceleration associated with investors being focused on 2015-Q4 in setting stock prices will coincide with the deceleration of stock prices as they will first top out and then transition to following a modestly declining trajectory, as they converge to the level of acceleration that would be consistent with that indicated by dividend futures contracts for 2015-Q4.
What that means for the likely future trajectories of stock prices is shown in the following chart, which shows what our standard model of how stock prices work projects through the end of the year, give or take the typical levels of day-to-day volatility for the stock market.
Our standard model for forecasting future stock prices directly reflects the data we show in our accelerations chart above, as we expect that we are entering a period where it will once again more accurately reflect the likely trajectory of U.S. stock prices than the rebaselined model we had switched to using at the beginning of the quarter. The shaded regions of our alternative futures chart indicate where our refined analysis of the historic stock prices that we use as the baseline for future projections indicates the periods in the quarter where our rebaselined model would likely be more accurate.
As we noted two weeks ago, all noise events end - it is only ever a question of when. The noise event represented by the October 2015 rally in stock prices is now rapidly coming to its end.
Going forward, a shift in the forward-looking focus to 2016-Q2 or 2016-Q3 would tend to put U.S. stock prices on a slightly higher trajectory than the one we've projected for 2015-Q4, but a shift in focus to 2016-Q1 would coincide with a significant decline in stock prices, similar to what we observed in late August 2015.
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.