Difference between revisions of "Percentile Command"

From GeoGebra Manual
Jump to: navigation, search
m (spacing)
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}}</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
 
;Percentile[<List of Numbers>, <Percent>]
 
;Percentile[<List of Numbers>, <Percent>]

Revision as of 21:19, 9 March 2013



Percentile[<List of Numbers>, <Percent>]
Let P equal the given Percent.
Returns the value that cuts off the first P percent of the number list when the list is sorted in ascending order. Percent must be a number in the interval 0 < P ≤ 1.
Example:
Percentile[{1, 2, 3, 4}, 0.25] yields 1.25.


Note: The commands Quartile and Percentile use different rules and do not always return matching results.
Example:
Q1[{1, 2, 3, 4}] yields 1.5.
Percentile[{1, 2, 3, 4}, 0.25] yields 1.25.
© 2024 International GeoGebra Institute