HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
quantile
Syntax
quantile(Lst(l),Real(p))
Description
Returns the quantile of the elements of l corresponding to p (0<p<1)
Example
quantile([0,1,3,4,2,5,6],0.25) returns [1.0]
quantile — Discussion
↑Back to top