Enum statrs::statistics::RankTieBreaker [] [src]

pub enum RankTieBreaker {
    Average,
    Min,
    Max,
    First,
}

Enumeration of possible tie-breaking strategies when computing ranks

Variants

Replaces ties with their mean

Replace ties with their minimum

Replace ties with their maximum

Permutation with increasing values at each index of ties

Trait Implementations

impl Debug for RankTieBreaker
[src]

Formats the value using the given formatter.

impl Copy for RankTieBreaker
[src]

impl Clone for RankTieBreaker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more