Difference between revisions of "Documentation/How Tos/Calc: SUMXMY2 function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Documentation/MasterTOC
+
{{DISPLAYTITLE:SUMXMY2 function}}
|bookid=1234'''
+
{{Documentation/CalcFunc ArraysTOC
|booktitle=<div style="padding: 8px; font-size: 140%; font-weight: bold; background-color: #9BC0F5;">CALC FUNCTIONS</div>
+
|ShowPrevNext=block
|ShowParttitle=block
+
|PrevPage=Documentation/How_Tos/Calc:_SUMX2PY2_function
|parttitle=[[Documentation/How_Tos/Calc:_Array_functions|<div  style="font-size: 140%;">Arrays Functions]]
+
|NextPage=Documentation/How_Tos/Calc:_TRANSPOSE_function
|ShowNextPage=block
+
}}__NOTOC__
|NextPage= Documentation/How_Tos/Calc:_TRANSPOSE_function
+
|ShowPrevPage=block
+
|PrevPage= Documentation/How_Tos/Calc:_SUMX2PY2_function
+
|ShowPrevPart=block
+
|PrevPart= Documentation/Reference/Calc_functions
+
|ShowNextPart=block
+
|NextPart= Documentation/How_Tos/Calc:_Complex_Number_functions
+
|toccontent= <div style="padding: 4px; font-size: 130%; font-weight: hidden; background-color:#DCE9FC;">FUNCTIONS</div>
+
 
+
* [[Documentation/How_Tos/Calc:_FREQUENCY_function|<div style="font-size: 120%;">Frequency]]
+
* [[Documentation/How_Tos/Calc:_GROWTH_function|<div style="font-size: 120%;">Growth]]
+
* [[Documentation/How_Tos/Calc:_LINEST_function|<div style="font-size: 120%;">Linest]]
+
* [[Documentation/How_Tos/Calc:_LOGEST_function|<div style="font-size: 120%;">Longest]]
+
* [[Documentation/How_Tos/Calc:_MDETERM_function|<div style="font-size: 120%;">Mdeterm]]
+
* [[Documentation/How_Tos/Calc:_MINVERSE_function|<div style="font-size: 120%;">Minverse]]
+
* [[Documentation/How_Tos/Calc:_MMULT_function|<div style="font-size: 120%;">Mmult]]
+
* [[Documentation/How_Tos/Calc:_MUNIT_function|<div style="font-size: 120%;">Munit]]
+
* [[Documentation/How_Tos/Calc:_SUMPRODUCT_function|<div style="font-size: 120%;">Sumproduct]]
+
* [[Documentation/How_Tos/Calc:_SUMX2MY2_function|<div style="font-size: 120%;">Sumx2my2]]
+
* [[Documentation/How_Tos/Calc:_SUMX2PY2_function|<div style="font-size: 120%;">Sumx2py2]]
+
* [[Documentation/How_Tos/Calc:_SUMXMY2_function|<div style="font-size: 120%; border-style: double; border-color:#778899;">Sumxmy2</div>]]
+
* [[Documentation/How_Tos/Calc:_TRANSPOSE_function|<div style="font-size: 120%;">Transpose]]
+
* [[Documentation/How_Tos/Calc:_TREND_function|<div style="font-size: 120%;">Trend]]
+
}}
+
__TOC__
+
  
 
== SUMXMY2  ==
 
== SUMXMY2  ==

Latest revision as of 10:50, 30 January 2024

SUMXMY2

Returns the sum of the squared differences between corresponding elements of two matrices.

Syntax:

SUMXMY2(x; y)

x and y are arrays or ranges of the same size. SUMXMY2 calculates Calc sumxmy2 equation.png for the i elements in the arrays.
Advanced topic:
SUMXMY2 evaluates its parameters x and y as array formulas but does not need to be entered as an array formula. In other words it can be entered with the Enter key, rather than Cntrl-Shift-Enter. See the example below.

Example:

SUMXMY2(A1:A2; {2|1})

where cells A1 and A2 contain 4 and 3 respectively, returns (4-2)2 + (3-1)2 = 8.

Advanced topic (parameter evaluated as array formula):

SUMXMY2(A1:A2+1; {2|1})

when entered 'normally' (not as an array formula), and where cells A1 and A2 contain 3 and 2 respectively, returns ((3+1)-2)2 + ((2+1)-1)2 = 8. SUMXMY2 forces (A1:A2+1) to be evaluated as an array formula (internally returning the array {4|3}).



See Also
Views
Personal tools
Navigation
Tools