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