Difference between revisions of "SigmaXY Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
 
(create official page from pdf)
Line 1: Line 1:
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 +
{{command|statistics}}
 
; SigmaXY[List of x-Coordinates, List of y-Coordinates]: Calculates the sum of the products of the ''x''- and ''y''-coordinates.
 
; SigmaXY[List of x-Coordinates, List of y-Coordinates]: Calculates the sum of the products of the ''x''- and ''y''-coordinates.
 
; SigmaXY[List of Points]: Calculates the sum of the products of the ''x''- and ''y''-coordinates.
 
; SigmaXY[List of Points]: Calculates the sum of the products of the ''x''- and ''y''-coordinates.
 
: Example: You can work out the covariance of a list of points using <tt>SigmaXY[list]/Length[list] - MeanX[list] * MeanY[list]</tt>.
 
: Example: You can work out the covariance of a list of points using <tt>SigmaXY[list]/Length[list] - MeanX[list] * MeanY[list]</tt>.

Revision as of 03:41, 6 November 2010


SigmaXY[List of x-Coordinates, List of y-Coordinates]
Calculates the sum of the products of the x- and y-coordinates.
SigmaXY[List of Points]
Calculates the sum of the products of the x- and y-coordinates.
Example: You can work out the covariance of a list of points using SigmaXY[list]/Length[list] - MeanX[list] * MeanY[list].
© 2024 International GeoGebra Institute