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