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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 24 import org.apache.commons.math.stat.descriptive.moment.Mean;
60 /** mean */
61 private static final UnivariateStatistic MEAN = new Mean();
69 /** geometric mean */
222 * Returns the arithmetic mean of the entries in the input array, or
227 * See {@link org.apache.commons.math.stat.descriptive.moment.Mean} for
231 * @return the mean of the values or Double.NaN if the array is empty
234 public static double mean(final double[] values) { method in class:StatUtils
235 return MEAN.evaluate(values)
255 public static double mean(final double[] values, final int begin, method in class:StatUtils
650 double mean = stats.getMean(); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 181 NOT_POSITIVE_MEAN("mean must be positive ({0})"),
182 MEAN("mean ({0})"), /* keep */
187 NOT_POSITIVE_POISSON_MEAN("the Poisson mean must be positive ({0})"),
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 121 milliseconds