Searched refs:getMean (Results 1 – 3 of 3) sorted by relevance
85 public double getMean() { in getMean() method in PerformanceTestResult99 + getMean() in toString()
77 "mean_time", result.getMean(), ResultType.LOWER_BETTER, ResultUnit.MS); in measure()
82 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean() method in SensorCtsHelper100 double mean = getMean(collection); in getVariance()