HomeSort by relevance Sort by last modified time
    Searched full:amean (Results 1 - 1 of 1) sorted by null

  /external/toolchain-utils/cros_utils/
stats.py 47 stats.mean(Numeric.arange(20)) will call stats.amean(Numeric.arange(20)).
52 "print stats.lmean.__doc__" or "print stats.amean.__doc__" work fine,
193 ## 99-08-19 ... fixed amean and aharmonicmean for non-error(!) overflow on
222 ## 11/12/98 ... added functionality to amean, aharmonicmean, ageometricmean
244 print stats.amean.__doc__ or whatever.
886 lincc = (2 * covar) / ((xvar + yvar) + ((amean(x) - amean(y))**2))
2124 def amean(inarray, dimension=None, keepdims=0): function
    [all...]

Completed in 153 milliseconds