Function statest::ttest::ttest1[][src]

pub fn ttest1(x: &[f64], y: f64, p: f64, side: Side) -> bool

T test which returns true if p-value is less than p (Side::One(_)) or p/2 (Side::Two).