|
Ranks each entry of the given unsorted data array. Ties are replaced by ther average ranks. Nans can be sorted as minimal or maximal values (default: maximal). Nans can be assigned to nan ranks (default: true)
-
?NanIsMaximum
:
bool
-
?RankNanWithNan
:
bool
-
Returns:
'a array -> float[]
|
|
Ranks each entry of the given unsorted data array. Permutation with increasing values at each index of ties. Nans can be sorted as minimal or maximal values (default: maximal). Nans can be assigned to nan ranks (default: true)
-
?NanIsMaximum
:
bool
-
?RankNanWithNan
:
bool
-
Returns:
'b array -> float[]
|
|
Ranks each entry of the given unsorted data array. Ties are replaced by their maximum. Nans can be sorted as minimal or maximal values (default: maximal). Nans can be assigned to nan ranks (default: true)
-
?NanIsMaximum
:
bool
-
?RankNanWithNan
:
bool
-
Returns:
'a array -> float[]
|
|
Ranks each entry of the given unsorted data array. Ties are replaced by their minimum. Nans can be sorted as minimal or maximal values (default: maximal). Nans can be assigned to nan ranks (default: true)
-
?NanIsMaximum
:
bool
-
?RankNanWithNan
:
bool
-
Returns:
'a[] -> float[]
|