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

  /packages/services/Car/car-lib/src/android/car/
VehicleUnit.java 36 public static final int PERCENTILE = 0x10;
60 PERCENTILE,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 28 import org.apache.commons.math.stat.descriptive.rank.Percentile;
66 /** percentile */
67 private static final Percentile PERCENTILE = new Percentile();
498 * Returns an estimate of the <code>p</code>th percentile of the values
511 * See {@link org.apache.commons.math.stat.descriptive.rank.Percentile} for
512 * a description of the percentile estimation algorithm used.</p>
515 * @param p the percentile value to compute
516 * @return the percentile value or Double.NaN if the array is empt
520 public static double percentile(final double[] values, final double p) { method in class:StatUtils
551 public static double percentile(final double[] values, final int begin, method in class:StatUtils
    [all...]

Completed in 365 milliseconds