Quartile1 Command

From GeoGebra Manual
Revision as of 16:36, 2 October 2018 by Murkle (talk | contribs) (Q1->Quartile1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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