stdevs : function( arry, c ) {
            var vars = ts.equations.variance( arry, false, c );
            return Math.sqrt( vars );
        },