Difference between revisions of "SigmaXY Command"

From GeoGebra Manual
Jump to: navigation, search
(added v.4 - example formatting)
(added v.4 - example formatting)
Line 4: Line 4:
  
 
; 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 <code>SigmaXY[list]/Length[list] - MeanX[list] * MeanY[list]</code>.}}

Revision as of 11:58, 24 February 2011


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