scipy.stats.mood

scipy.stats.mood(x, y)

Determine if the scale parameter for two distributions with equal medians is the same using a Mood test.

Specifically, compute the z statistic and the probability of error that the null hypothesis is true but rejected with the computed statistic as the critical value.

One can reject the null hypothesis that the ratio of scale parameters is 1 if the returned probability of error is small (say < 0.05)

Previous topic

scipy.stats.fligner

Next topic

scipy.stats.oneway

This Page

Quick search