Enum criterion_stats::univariate::outliers::tukey::Label[][src]

pub enum Label {
    HighMild,
    HighSevere,
    LowMild,
    LowSevere,
    NotAnOutlier,
}

Labels used to classify outliers

Variants

A "mild" outlier in the "high" spectrum

A "severe" outlier in the "high" spectrum

A "mild" outlier in the "low" spectrum

A "severe" outlier in the "low" spectrum

A normal data point

Methods

impl Label
[src]

Checks if the data point has an "unusually" high value

Checks if the data point is labeled as a "mild" outlier

Checks if the data point has an "unusually" low value

Checks if the data point is labeled as an outlier

Checks if the data point is labeled as a "severe" outlier

Auto Trait Implementations

impl Send for Label

impl Sync for Label