Skip to main content

box_test

Function box_test 

Source
pub fn box_test(
    class_a: &[f64],
    class_b: &[f64],
    low_percentile: f64,
    confidence: f64,
) -> BoxTestResult
Expand description

Box test per the Crosby-Wallach methodology: compares the low percentile (p10 by default) of two response-time samples; the confidence interval is built via bootstrap resampling.