Skip to main content

hypothesis_test

Function hypothesis_test 

Source
pub async fn hypothesis_test(
    test_type: &str,
    group1_str: &str,
    group2_str: &str,
    alpha: f64,
    mu: f64,
) -> Result<String, String>