Difference between revisions of "Mean Command"

From GeoGebra Manual
Jump to: navigation, search
(removed extra CAS syntax)
Line 5: Line 5:
 
:* <code><nowiki>Mean[{1, 2, 3, 2, 4, 1, 3, 2}]</nowiki></code> yields ''a = 2.25'' and
 
:* <code><nowiki>Mean[{1, 2, 3, 2, 4, 1, 3, 2}]</nowiki></code> yields ''a = 2.25'' and
 
:* <code><nowiki>Mean[{1, 3, 5, 9, 13}]</nowiki></code> yields ''a = 6.2''.</div>}}
 
:* <code><nowiki>Mean[{1, 3, 5, 9, 13}]</nowiki></code> yields ''a = 6.2''.</div>}}
; Mean[ &lt;List of Numbers>, &lt;List of Frequencies> ]
+
; Mean[ <List of Numbers>, <List of Frequencies> ]
:Calculates the weighted mean of the list elements.
 
:{{example|1=<div>
 
:* <code><nowiki>Mean[{1, 2, 3, 4}, {6, 1, 3, 6}]</nowiki></code> yields ''a = 2.56'' and
 
:* <code><nowiki>Mean[{1, 2, 3, 4}, {1, 1, 3, 6}]</nowiki></code> yields ''a = 3.27''.</div>}}
 
 
 
 
 
==CAS Syntax==
 
;Mean[ &lt;List of Numbers> ]
 
:Calculates the arithmetic mean of the list elements.
 
:{{example|1=<div><code><nowiki>Mean[{1, 2, 3, 5, 44}]</nowiki></code> yields ''a = 11''.</div>}}
 
; Mean[ &lt;List of Numbers>, &lt;List of Frequencies> ]
 
 
:Calculates the weighted mean of the list elements.
 
:Calculates the weighted mean of the list elements.
 
:{{example|1=<div>
 
:{{example|1=<div>

Revision as of 14:25, 3 September 2015


Mean[ <List of Raw Data> ]
Calculates the arithmetic mean of list elements.
Example:
  • Mean[{1, 2, 3, 2, 4, 1, 3, 2}] yields a = 2.25 and
  • Mean[{1, 3, 5, 9, 13}] yields a = 6.2.
Mean[ <List of Numbers>, <List of Frequencies> ]
Calculates the weighted mean of the list elements.
Example:
  • Mean[{1, 2, 3, 4}, {6, 1, 3, 6}] yields a = 2.56 and
  • Mean[{1, 2, 3, 4}, {1, 1, 3, 6}] yields a = 3.27.


Note:
See also MeanX, MeanY, and SD commands.
© 2024 International GeoGebra Institute