This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Perform Bartlett’s test for equal variances
Bartlett’s test tests the null hypothesis that all input samples are from populations with equal variances. For samples from significantly non-normal populations, Levene’s test `levene`_ is more robust.
Parameters : | sample1, sample2,... : array_like
|
---|---|
Returns : | T : float
p-value : float
|
References
[R74] | http://www.itl.nist.gov/div898/handbook/eda/section3/eda357.htm |
[R75] | Snedecor, George W. and Cochran, William G. (1989), Statistical Methods, Eighth Edition, Iowa State University Press. |