Ranking helpers for nonparametric tests.
Summary
Functions
Returns the sum of ranks for x after ranking x ++ y.
Returns average ranks compatible with SciPy rankdata(method="average").
Returns tie-group sizes greater than one, sorted descending.
Types
@type sample() :: [number() | :nan] | Nx.Tensor.t()
Functions
Returns the sum of ranks for x after ranking x ++ y.
Returns average ranks compatible with SciPy rankdata(method="average").
@spec tie_counts(sample()) :: [pos_integer()]
Returns tie-group sizes greater than one, sorted descending.