JuliaStats / StatsBase.jl

Basic statistics for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`argquantile(s)` function

ParadaCarleton opened this issue · comments

Request for a function that does the same thing argmax and argmin do, but for quantiles.

Oh, it looks like there are functions for ranks/standings, but the names seem hard to remember (mostly because there's lots--one for each possible tiebreaking procedure).

(The one I happened to want was ordinalrank.)