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