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 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
proportiontocut : float, 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
[R81] | http://www.stat.psu.edu/~bgl/center/tr/TR993.ps |
[R82] | 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. |