CALC.sumxmy2(array1, array2)

Returns the sum of squares of differences of corresponding values in two arrays.

Example

CALC.sumxmy2([2,3,9,1,8,7,5],[6,5,11,7,5,4,4]);

// returns 79

<< CALC.sumx2py2(array1, array2) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.tan(angle) >>