{ } Raw JSON

bundles / scipy latest / scipy / stats / _mstats_basic / f_oneway

function

scipy.stats._mstats_basic:f_oneway

source: /scipy/stats/_mstats_basic.py :3470

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 : float

The computed F-value of the test.

pvalue : float

The associated p-value from the F-distribution.

Aliases

  • scipy.stats._mstats_basic.f_oneway