pub fn t_test_one_sample(data: &[f64], mu0: f64) -> (f64, f64)
One-sample t-test against mu0. Returns (t-statistic, two-tailed p-value).