Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationVerifier.java118 double mean = computeMean(deltas); in assertMeanAndStdev()
139 private double computeMean(List<Long> deltas) { in computeMean() method in LocationVerifier