“Percentile 指令”的版本间的差异

来自GeoGebra Manual
跳转至: 导航搜索
(Autogenerated from properties)
 
(en)
 
第2行: 第2行:
 
;Percentile[ <List of Numbers>, <Percent> ]
 
;Percentile[ <List of Numbers>, <Percent> ]
 
:{{translate|Percentile Command}}
 
:{{translate|Percentile Command}}
 +
;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.
 +
 +
{{Note | 1= The commands Quartile and Percentile use different rules and do not always return matching results. For example, 
 +
:: Q1[{1,2,3,4}] = 2
 +
:: Percentile[{1,2,3,4}, 0.25] = 1
 +
}}

2011年10月20日 (四) 03:08的最新版本

Accessories dictionary.png
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版


Percentile[ <List of Numbers>, <Percent> ]
UnderConstruction.png
目前本頁中文說明尚未翻譯完成,請先連至英文說明。如果您有權限,請幫忙翻譯本頁的官方手冊
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.
備註: The commands Quartile and Percentile use different rules and do not always return matching results. For example,
Q1[{1,2,3,4}] = 2
Percentile[{1,2,3,4}, 0.25] = 1
© 2024 International GeoGebra Institute