CALC.sumx2py2(array1, array2)

Returns the sum of the sum of squares of corresponding values in two arrays. The sum of the sum of squares is a common term in many statistical calculations.

Example

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

// returns 521

<< CALC.sumx2my2(array1, array2) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.sumxmy2(array1, array2) >>