←
Quartiles
→
RankedMin
/
Reference of Built-in Symbols
/
Descriptive Statistics
/
Order Statistics
/
RankedMax
/
RankedMax
WMA link
RankedMax
[
list
,
n
]
returns the
n
th largest element of
list
(with
n
= 1 yielding the largest element,
n
= 2 yielding the second largest element, and so on).
RankedMax[{482, 17, 181, -12}, 2]
←
Quartiles
→
RankedMin