{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _mstats_basic / obrientransform

function

scipy.stats._mstats_basic:obrientransform

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

Signature

def   obrientransform ( * args )

Summary

Computes a transform on input data (any number of columns). Used to test for homogeneity of variance prior to running one-way stats. Each array in *args is one level of a factor. If an f_oneway() run on the transformed data and found significant, variances are unequal. From Maxwell and Delaney, p.112.

Extended Summary

Returns: transformed data for use in an ANOVA

Aliases

  • scipy.stats._mstats_basic.obrientransform