pub fn normalize_quantiles(a: &Array2<f64>, ties: bool) -> Array2<f64>Expand description
normalizeQuantiles(A, ties): give every column the same quantiles, the
average of the sorted columns. Missing values are allowed (a column’s
observed values are stretched to the full grid before averaging, and only
its observed entries are re-mapped).