Difference between revisions of "Mean Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
; Mean[List of Numbers]: Calculates the mean of the list elements.
+
;Mean[ <List of Numbers> ]
; MeanX[List of Points]: Calculates the mean of the ''x''-coordinates of the points in the list.
+
:Calculates the mean of the list elements.
; MeanY[List of Points]: Calculates the mean of the ''y''-coordinates of the points in the list.
+
;MeanX[ <List of Points>]
 +
:Calculates the mean of the ''x''-coordinates of the points in the list.
 +
;MeanY[<List of Points> ]
 +
:Calculates the mean of the ''y''-coordinates of the points in the list.
 
==CAS Syntax==
 
==CAS Syntax==
 
In [[CAS View]] only the following syntax is supported:  
 
In [[CAS View]] only the following syntax is supported:  
;Mean[List of Numbers]
+
;Mean[ <List of Numbers> ]
 
:Calculates the arithmetic mean of the list elements.
 
:Calculates the arithmetic mean of the list elements.
{{example|1=<div><code><nowiki>Mean[{1, 2, 3, 5, 44}]</nowiki></code> yields ''11''.</div>}}
+
:{{example|1=<div><code><nowiki>Mean[{1, 2, 3, 5, 44}]</nowiki></code> yields ''11''.</div>}}
 +
{{note 1=<div>See also [[SD Command]].</div>}}

Revision as of 13:06, 24 August 2011


Mean[ <List of Numbers> ]
Calculates the mean of the list elements.
MeanX[ <List of Points>]
Calculates the mean of the x-coordinates of the points in the list.
MeanY[<List of Points> ]
Calculates the mean of the y-coordinates of the points in the list.

CAS Syntax

In CAS View only the following syntax is supported:

Mean[ <List of Numbers> ]
Calculates the arithmetic mean of the list elements.
Example:
Mean[{1, 2, 3, 5, 44}] yields 11.

{{note 1=

See also SD Command.

}}

© 2024 International GeoGebra Institute