Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/math/
DQuantilesAlgorithmTest.java38 private static final QuantilesAlgorithm REFERENCE_ALGORITHM = QuantilesAlgorithm.SORTING;
39 private static final Set<QuantilesAlgorithm> NON_REFERENCE_ALGORITHMS =
41 ImmutableSet.copyOf(QuantilesAlgorithm.values()), ImmutableSet.of(REFERENCE_ALGORITHM));
55 for (QuantilesAlgorithm algorithm : NON_REFERENCE_ALGORITHMS) { in testSingleQuantile_median()
65 for (QuantilesAlgorithm algorithm : NON_REFERENCE_ALGORITHMS) { in testSingleQuantile_percentile99()
78 for (QuantilesAlgorithm algorithm : NON_REFERENCE_ALGORITHMS) { in testMultipleQuantile()
DQuantilesAlgorithm.java34 enum QuantilesAlgorithm { enum
/external/guava/guava-tests/test/com/google/common/math/
DQuantilesAlgorithmTest.java38 private static final QuantilesAlgorithm REFERENCE_ALGORITHM = QuantilesAlgorithm.SORTING;
39 private static final Set<QuantilesAlgorithm> NON_REFERENCE_ALGORITHMS =
41 ImmutableSet.copyOf(QuantilesAlgorithm.values()), ImmutableSet.of(REFERENCE_ALGORITHM));
55 for (QuantilesAlgorithm algorithm : NON_REFERENCE_ALGORITHMS) { in testSingleQuantile_median()
65 for (QuantilesAlgorithm algorithm : NON_REFERENCE_ALGORITHMS) { in testSingleQuantile_percentile99()
78 for (QuantilesAlgorithm algorithm : NON_REFERENCE_ALGORITHMS) { in testMultipleQuantile()
DQuantilesAlgorithm.java34 enum QuantilesAlgorithm { enum
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DQuantilesBenchmark.java37 @Param QuantilesAlgorithm algorithm;
/external/guava/guava-tests/benchmark/com/google/common/math/
DQuantilesBenchmark.java37 @Param QuantilesAlgorithm algorithm;