Difference between revisions of "Quartile3 Command"

From GeoGebra Manual
Jump to: navigation, search
m (Murkle moved page Q3 Command to Quartile3 Command: command renamed)
(Q3->Quartile3)
 
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|statistics}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|statistics}}
; Q3( &lt;List of Raw Data> ): Determines the upper quartile of the list elements.
+
; Quartile3( &lt;List of Raw Data> ): Determines the upper quartile of the list elements.
:{{example|1=<code><nowiki>Q3({1, 2, 3, 4})</nowiki></code> yields ''3.5''.}}
+
:{{example|1=<code><nowiki>Quartile3({1, 2, 3, 4})</nowiki></code> yields ''3.5''.}}
; Q3( &lt;List of Numbers>, &lt;List of Frequencies> ): Determines the upper quartile of the list elements considering the frequencies.  
+
; Quartile3( &lt;List of Numbers>, &lt;List of Frequencies> ): Determines the upper quartile of the list elements considering the frequencies.  
:{{example|1=<code><nowiki>Q3({1, 2, 3, 4}, {3, 2, 4, 2})</nowiki></code> yields ''3''.}}
+
:{{example|1=<code><nowiki>Quartile3({1, 2, 3, 4}, {3, 2, 4, 2})</nowiki></code> yields ''3''.}}
  
 
{{note| 1=GeoGebra uses the '''Moore & McCabe (2002)''' method to calculate quartiles, see http://mathworld.wolfram.com/Quartile.html}}
 
{{note| 1=GeoGebra uses the '''Moore & McCabe (2002)''' method to calculate quartiles, see http://mathworld.wolfram.com/Quartile.html}}

Latest revision as of 17:36, 2 October 2018


Quartile3( <List of Raw Data> )
Determines the upper quartile of the list elements.
Example: Quartile3({1, 2, 3, 4}) yields 3.5.
Quartile3( <List of Numbers>, <List of Frequencies> )
Determines the upper quartile of the list elements considering the frequencies.
Example: Quartile3({1, 2, 3, 4}, {3, 2, 4, 2}) yields 3.


Note: GeoGebra uses the Moore & McCabe (2002) method to calculate quartiles, see http://mathworld.wolfram.com/Quartile.html
© 2024 International GeoGebra Institute