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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
GeometricMean.java 29 * Returns the <a href="http://www.xycoon.com/geometric_mean.htm">
  /external/autotest/client/tests/iozone/
postprocessing.py 43 def geometric_mean(values): function
49 @see: http://en.wikipedia.org/wiki/Geometric_mean
134 average = geometric_mean([line[i] for line in results]) / 1024.0
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 70 private static final GeometricMean GEOMETRIC_MEAN = new GeometricMean();
274 return GEOMETRIC_MEAN.evaluate(values);
296 return GEOMETRIC_MEAN.evaluate(values, begin, length);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DescriptiveStatistics.java 198 * Returns the <a href="http://www.xycoon.com/geometric_mean.htm">

Completed in 124 milliseconds