pub fn t_test_two_sample(a: &[f64], b: &[f64]) -> (f64, f64)
Welch’s two-sample t-test. Returns (t-statistic, two-tailed p-value).