Difference between revisions of "Quartile1 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|statistics}}
 
{{command|statistics}}
 
; Q1[ <List of Numbers> ]: Determines the lower quartile of the list elements.
 
; Q1[ <List of Numbers> ]: Determines the lower quartile of the list elements.

Revision as of 22:22, 9 March 2013



Q1[ <List of Numbers> ]
Determines the lower quartile of the list elements.
Example:
Q1[{1, 2, 3, 4}] yields 1.5.
Q1[ <List of Numbers>, <List of Frequencies> ]
Determines the lower quartile of the list elements considering the frequencies.
Example:
Q1[{1, 2, 3, 4}, {3, 2, 4, 2}] yields 1.
Note:
GeoGebra uses the Moore & McCabe (2002) method to calculate quartiles, see http://mathworld.wolfram.com/Quartile.html
© 2024 International GeoGebra Institute