pub fn argsort(data: &[f64]) -> Vec<usize>
Return indices that would sort data in ascending order.
data
NaN values are placed at the end (treated as greater than any finite value).
NaN