Struct kolmogorov_smirnov::test::TestResult [] [src]

pub struct TestResult {
    pub is_rejected: bool,
    pub statistic: f64,
    pub critical_value: f64,
    pub alpha: f64,
}

Two sample test result.

Fields

is_rejected: bool statistic: f64 critical_value: f64 alpha: f64