Schenker, N., and Gentleman, J.F. (2001), "On Judging the Significance of Differences by Examining the Overlap Between Confidence Intervals," The American Statistician, 55, 182-186.
var url = document.location.toString();
if (url.match('#')) {
$('.nav-tabs a[href="#' + url.split('#')[1] + '"]').tab('show');
}
// Change hash for page-reload
$('.nav-tabs a').on('shown.bs.tab', function (e) {
window.location.hash = e.target.hash;
});
});