Difference between revisions of "Quartile1 Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
(command syntax: changed [ ] into ( ))
Line 3: Line 3:
 
:{{example|1=<code><nowiki>Q1({1, 2, 3, 4})</nowiki></code> yields ''1.5''.}}
 
:{{example|1=<code><nowiki>Q1({1, 2, 3, 4})</nowiki></code> yields ''1.5''.}}
 
; Q1( &lt;List of Numbers>, &lt;List of Frequencies> ): Determines the lower quartile of the list elements considering the frequencies.
 
; Q1( &lt;List of Numbers>, &lt;List of Frequencies> ): Determines the lower quartile of the list elements considering the frequencies.
:{{example|1=<code><nowiki>Q1({1, 2, 3, 4}, {3, 2, 4, 2)]</nowiki></code> yields ''1''.}}
+
:{{example|1=<code><nowiki>Q1({1, 2, 3, 4}, {3, 2, 4, 2))</nowiki></code> yields ''1''.}}
  
 
{{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}}

Revision as of 09:58, 12 October 2017


Q1( <List of Raw Data> )
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