bundles / scipy 1.17.1 / scipy / stats / _mstats_basic / f_oneway
function
scipy.stats._mstats_basic:f_oneway
Signature
def f_oneway ( * args ) Summary
Performs a 1-way ANOVA, returning an F-value and probability given any number of groups. From Heiman, pp.394-7.
Extended Summary
Usage: f_oneway(*args), where *args is 2 or more arrays, one per treatment group.
Returns
statistic: floatThe computed F-value of the test.
pvalue: floatThe associated p-value from the F-distribution.
Aliases
-
scipy.stats._mstats_basic.f_oneway