Home
last modified time | relevance | path

Searched defs:Percentile (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DPercentile.java82 public class Percentile extends AbstractUnivariateStatistic implements Serializable { class
104 public Percentile() { in Percentile() method in Percentile
114 public Percentile(final double p) { in Percentile() method in Percentile
125 public Percentile(Percentile original) { in Percentile() method in Percentile
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp41 uint64_t Percentile) { in getMinCountForPercentile()
42 auto Compare = [](const ProfileSummaryEntry &Entry, uint64_t Percentile) { in getMinCountForPercentile()
/external/chromium-trace/catapult/common/lab/
Dcommits.py35 def Percentile(data, percentile): function
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc126 double Histogram::Percentile(double p) const { in Percentile() function in tensorflow::histogram::Histogram
258 double ThreadSafeHistogram::Percentile(double p) const { in Percentile() function in tensorflow::histogram::ThreadSafeHistogram
Dhistogram_test.cc78 TEST(Histogram, Percentile) { in TEST() argument