ttest_ind

Function ttest_ind 

Source
pub const fn ttest_ind(
    _a: &ArrayView1<'_, f64>,
    _b: &ArrayView1<'_, f64>,
    _alternative: &str,
) -> Result<TTestResult, String>
Expand description

Fallback t-test (independent samples)