Skip to main content

bartlett_test_py

Function bartlett_test_py 

Source
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’