Difference between revisions of "Quartile1 Command"

From GeoGebra Manual
Jump to: navigation, search
(Q1->Quartile1)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|statistics}}
{{command|statistics}}
+
; Quartile1( &lt;List of Raw Data> ): Determines the lower quartile of the list elements.
; Q1[ <List of Raw Data> ]: Determines the lower quartile of the list elements.
+
:{{example|1=<code><nowiki>Quartile1({1, 2, 3, 4})</nowiki></code> yields ''1.5''.}}
:{{example|1=<div><code><nowiki>Q1[{1, 2, 3, 4}]</nowiki></code> yields ''1.5''.</div>}}
+
; Quartile1( &lt;List of Numbers>, &lt;List of Frequencies> ): Determines the lower quartile of the list elements considering the frequencies.
; Q1[ <List of Numbers>, <List of Frequencies> ]: Determines the lower quartile of the list elements considering the frequencies.
+
:{{example|1=<code><nowiki>Quartile1({1, 2, 3, 4}, {3, 2, 4, 2))</nowiki></code> yields ''1''.}}
:{{example|1=<div><code><nowiki>Q1[{1, 2, 3, 4}, {3, 2, 4, 2}]</nowiki></code> yields ''1''.</div>}}
+
 
{{note| 1=<div>GeoGebra uses the '''Moore & McCabe (2002)''' method to calculate quartiles, see http://mathworld.wolfram.com/Quartile.html</div>}}
+
{{note| 1=GeoGebra uses the '''Moore & McCabe (2002)''' method to calculate quartiles, see http://mathworld.wolfram.com/Quartile.html}}

Latest revision as of 16:36, 2 October 2018


Quartile1( <List of Raw Data> )
Determines the lower quartile of the list elements.
Example: Quartile1({1, 2, 3, 4}) yields 1.5.
Quartile1( <List of Numbers>, <List of Frequencies> )
Determines the lower quartile of the list elements considering the frequencies.
Example: Quartile1({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