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