Searched defs:Percentile (Results 1 – 5 of 5) sorted by relevance
82 public class Percentile extends AbstractUnivariateStatistic implements Serializable { class104 public Percentile() { in Percentile() method in Percentile114 public Percentile(final double p) { in Percentile() method in Percentile125 public Percentile(Percentile original) { in Percentile() method in Percentile
41 uint64_t Percentile) { in getMinCountForPercentile()42 auto Compare = [](const ProfileSummaryEntry &Entry, uint64_t Percentile) { in getMinCountForPercentile()
35 def Percentile(data, percentile): function
126 double Histogram::Percentile(double p) const { in Percentile() function in tensorflow::histogram::Histogram258 double ThreadSafeHistogram::Percentile(double p) const { in Percentile() function in tensorflow::histogram::ThreadSafeHistogram
78 TEST(Histogram, Percentile) { in TEST() argument