Difference between revisions of "SigmaXX Command"

From GeoGebra Manual
Jump to: navigation, search
(added v.4 - note formatting)
(added v.4 - note formatting)
Line 2: Line 2:
 
{{command|statistics}}
 
{{command|statistics}}
 
; SigmaXX[List of Numbers]: Calculates the sum of squares of the given numbers.
 
; SigmaXX[List of Numbers]: Calculates the sum of squares of the given numbers.
:{{Example| In order to work out the variance of a list you may use <tt>SigmaXX[list]/Length[list] - Mean[list]^2</tt>.}}
+
:{{Example| In order to work out the variance of a list you may use <code>SigmaXX[list]/Length[list] - Mean[list]^2</code>.}}
 
; SigmaXX[List of Points]: Calculates the sum of squares of the ''x''-coordinates of the given points.
 
; SigmaXX[List of Points]: Calculates the sum of squares of the ''x''-coordinates of the given points.

Revision as of 10:57, 24 February 2011


SigmaXX[List of Numbers]
Calculates the sum of squares of the given numbers.
Example: In order to work out the variance of a list you may use SigmaXX[list]/Length[list] - Mean[list]^2.
SigmaXX[List of Points]
Calculates the sum of squares of the x-coordinates of the given points.
© 2024 International GeoGebra Institute