Difference between revisions of "Mean Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|cas=true|statistics}}
 
{{command|cas=true|statistics}}
 
;Mean[ <List of Numbers> ]
 
;Mean[ <List of Numbers> ]

Revision as of 21:18, 9 March 2013



Mean[ <List of Numbers> ]
Calculates the arithmetic mean of the list elements.
Example:
Mean[{1, 2, 3, 2, 4, 1, 3, 2}] yields 2.25.
Mean[ <List of Numbers>, <List of Frequencies> ]
Calculates the weighted mean of the list elements.
Example:
Mean[{1, 2, 3}, {3, 2, 5}] yields 2.2.

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