Difference between revisions of "Mean Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
Line 2: Line 2:
 
{{command|cas=true|statistics}}
 
{{command|cas=true|statistics}}
 
;Mean[ <List of Numbers> ]
 
;Mean[ <List of Numbers> ]
:Calculates the mean of the list elements.
+
:Calculates the arithmetic mean of the list elements.
;MeanX[ <List of Points>]
+
{{note| 1=<div>See also [[MeanX Command|MeanX]], [[MeanY Command|MeanY]], and [[SD Command|SD]] commands.</div>}}
: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:  
Line 12: Line 10:
 
: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 21:25, 10 August 2012


Mean[ <List of Numbers> ]
Calculates the arithmetic mean of the list elements.
Note:
See also MeanX, MeanY, and SD commands.

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.
© 2024 International GeoGebra Institute