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
Implementations
impl Label
[src][−]
pub fn is_high(&self) -> bool
[src][−]
Checks if the data point has an “unusually” high value
pub fn is_mild(&self) -> bool
[src][−]
Checks if the data point is labeled as a “mild” outlier
pub fn is_low(&self) -> bool
[src][−]
Checks if the data point has an “unusually” low value
pub fn is_outlier(&self) -> bool
[src][−]
Checks if the data point is labeled as an outlier
pub fn is_severe(&self) -> bool
[src][−]
Checks if the data point is labeled as a “severe” outlier
Auto Trait Implementations
impl RefUnwindSafe for Label
impl Send for Label
impl Sync for Label
impl Unpin for Label
impl UnwindSafe for Label
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,