Home
last modified time | relevance | path

Searched refs:Percentile (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram_test.cc78 TEST(Histogram, Percentile) { in TEST() argument
96 EXPECT_EQ(h.Percentile(0), -1.0); // -1.0 = histo.min_ in TEST()
97 EXPECT_EQ(h.Percentile(25), 1.5); // 1.5 = remap(25, 10, 40, 1, 2) in TEST()
98 EXPECT_EQ(h.Percentile(50), 2.25); // 2.25 = remap(50, 40, 80, 2, 3) in TEST()
99 EXPECT_EQ(h.Percentile(75), 2.875); // 2.875 = remap(75, 40, 80, 2, 3) in TEST()
100 EXPECT_EQ(h.Percentile(90), 3.45); // 3.45 = remap(90, 80, 100, 3, 3.9) in TEST()
101 EXPECT_EQ(h.Percentile(100), 3.9); // 3.9 = histo.max_ in TEST()
146 EXPECT_EQ(h.Percentile(40.0), tsh.Percentile(40.0)); in TEST()
Dhistogram.cc116 double Histogram::Median() const { return Percentile(50.0); } in Median()
126 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
260 return histogram_.Percentile(p); in Percentile()
Dhistogram.h68 double Percentile(double p) const;
126 double Percentile(double p) const;
/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
475 public Percentile copy() { in copy()
476 Percentile result = new Percentile(); in copy()
489 public static void copy(Percentile source, Percentile dest) { in copy()
DMedian.java33 public class Median extends Percentile implements Serializable {
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp41 uint64_t Percentile) { in getMinCountForPercentile() argument
42 auto Compare = [](const ProfileSummaryEntry &Entry, uint64_t Percentile) { in getMinCountForPercentile() argument
43 return Entry.Cutoff < Percentile; in getMinCountForPercentile()
45 auto It = std::lower_bound(DS.begin(), DS.end(), Percentile, Compare); in getMinCountForPercentile()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DDescriptiveStatistics.java32 import org.apache.commons.math.stat.descriptive.rank.Percentile;
97 private UnivariateStatistic percentileImpl = new Percentile();
395 if (percentileImpl instanceof Percentile) { in getPercentile()
396 ((Percentile) percentileImpl).setQuantile(p); in getPercentile()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DConsoleOutput.java37 import org.apache.commons.math.stat.descriptive.rank.Percentile;
119 Percentile percentile = new Percentile(); in processTrial()
/external/chromium-trace/catapult/common/lab/
Dcommits.py35 def Percentile(data, percentile): function
91 percentile = Percentile(commit_durations, p)
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java28 import org.apache.commons.math.stat.descriptive.rank.Percentile;
67 private static final Percentile PERCENTILE = new Percentile();
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc288 << task_latency_millis_histogram_.Percentile(99.9) << "ms" in RunBenchmark()
290 << "99% batch size: " << batch_size_histogram_.Percentile(99) in RunBenchmark()
/external/chromium-trace/catapult/systrace/systrace/test_data/
Dprofile-chrome_systrace_perf_chrome_data1 …96": {"category": "libcc.cr.so", "name": "cc::RollingTimeDeltaHistory::Percentile(double) const"},…