This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).
Perform Fligner’s test for equal variances
Fligner’s test tests the null hypothesis that all input samples are from populations with equal variances. Fligner’s test is non-parametric in contrast to Bartlett’s test bartlett_ and Levene’s test levene_.
Parameters : | sample1, sample2, ... : array_like
center : {‘mean’, ‘median’, ‘trimmed’}, optional
|
---|---|
Returns : | Xsq : float
p-value : float
|
Notes
As with Levene’s test there are three variants of Fligner’s test that differ by the measure of central tendency used in the test. See levene_ for more information.
References
[R50] | http://www.stat.psu.edu/~bgl/center/tr/TR993.ps |
[R51] | Fligner, M.A. and Killeen, T.J. (1976). Distribution-free two-sample tests for scale. ‘Journal of the American Statistical Association.’ 71(353), 210-213. |