SciPy

scipy.stats.oneway

scipy.stats.oneway(*args, **kwds)[source]

oneway is deprecated! oneway was deprecated in scipy 0.13.0 and will be removed in 0.14.0. Use f_oneway instead.

Test for equal means in two or more samples from the

normal distribution.

If the keyword parameter <equal_var> is true then the variances are assumed to be equal, otherwise they are not assumed to be equal (default).

Return test statistic and the p-value giving the probability of error if the null hypothesis (equal means) is rejected at this value.