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
[R167] | http://www.itl.nist.gov/div898/handbook/eda/section3/eda357.htm |
[R168] | Snedecor, George W. and Cochran, William G. (1989), Statistical Methods, Eighth Edition, Iowa State University Press. |