Searched defs:Percentile (Results 1 – 9 of 9) sorted by relevance
71 typedef struct Percentile Percentile; typedef72 struct Percentile { struct73 unsigned nAlloc; /* Number of slots allocated for a[] */74 unsigned nUsed; /* Number of slots actually used in a[] */75 double rPct; /* 1.0 more than the value for P */76 double *a; /* Array of Y values */
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
46 double Percentile(double pctile) const { in Percentile() function
209 double Histogram::Percentile(double p) const { in Percentile() function in leveldb::Histogram
71 uint64_t Percentile) { in getEntryForPercentile()