Difference between revisions of "Mean Command"

From GeoGebra Manual
Jump to: navigation, search
Line 3: Line 3:
 
;Mean[ <List of Numbers> ]
 
;Mean[ <List of Numbers> ]
 
:Calculates the arithmetic mean of the list elements.
 
:Calculates the arithmetic mean of the list elements.
{{note| 1=<div>See also [[MeanX Command|MeanX]], [[MeanY Command|MeanY]], and [[SD Command|SD]] commands.</div>}}
+
; Mean[ <List of Numbers>, <List of Frequencies> ]
 
+
:Calculates the weighted mean of the list elements.
 
==CAS Syntax==
 
==CAS Syntax==
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 [[MeanX Command|MeanX]], [[MeanY Command|MeanY]], and [[SD Command|SD]] commands.</div>}}
{{betamanual|version=4.2|
 
1=; Mean[ <List of Numbers>, <List of Frequencies> ]
 
}}
 

Revision as of 09:59, 21 December 2012


Mean[ <List of Numbers> ]
Calculates the arithmetic mean of the list elements.
Mean[ <List of Numbers>, <List of Frequencies> ]
Calculates the weighted mean of the list elements.

CAS Syntax

Mean[ <List of Numbers> ]
Calculates the arithmetic mean of the list elements.
Example:
Mean[{1, 2, 3, 5, 44}] yields 11.
Note:
See also MeanX, MeanY, and SD commands.
© 2024 International GeoGebra Institute