assert_normal_respects_68_95_99_rule

Function assert_normal_respects_68_95_99_rule 

Source
pub fn assert_normal_respects_68_95_99_rule<E: Numeric>(
    data: &[E],
    mu: f32,
    s: f32,
)
Expand description

Asserts that the distribution follows the 68-95-99 rule of normal distributions, following the given mean and standard deviation.