Function dent::t_test::welch_t_test [] [src]

pub fn welch_t_test(s1: &Summary, s2: &Summary) -> Result<TTest, Error>

Conduct a two-sided t-test that does not assume equal population variances.