SUMX2MY2 function
SUMX2MY2(Numbers1,
Numbers2) SUMX2MY2(Numbers1;
Numbers2)
Numbers1
{ Number }
The first set of values. This array must have the same size as the other array parameter.
Numbers2
{ Number }
The second set of values. This array must have the same size as the other array parameter.
Returns
Number
The sum of the differences between the corresponding squared elements of the given two arrays.
Returns the sum of the differences between the corresponding squared elements of the given two arrays.