Difference between revisions of "Mean Command"

From GeoGebra Manual
Jump to: navigation, search
Line 10: 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>}}
 +
 +
{{betamanual|version=4.2|
 +
1=; Mean[ <List of Numbers>, <List of Frequencies> ]
 +
: This allows the location of the Text to be specified.
 +
}}

Revision as of 12:15, 8 October 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