pub fn bartlett_test_py(
py: Python<'_>,
args: &Bound<'_, PyTuple>,
) -> PyResult<Py<PyAny>>Expand description
Bartlett’s test for homogeneity of variance.
Parameters:
- *args: Two or more arrays, each representing a group
Returns:
- Dict with ‘statistic’, ‘pvalue’