- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testMultipleQuantile (0.2 seconds)
-
guava-tests/test/com/google/common/math/QuantilesAlgorithmTest.java
.that(algorithm.singleQuantile(99, 100, dataset.clone())) .isWithin(ALLOWED_ERROR) .of(referenceValue); } } public void testMultipleQuantile() { ImmutableSet<Integer> indexes = ImmutableSet.of(50, 90, 99); Map<Integer, Double> referenceQuantiles = REFERENCE_ALGORITHM.multipleQuantiles(indexes, 100, dataset.clone());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 3.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/QuantilesAlgorithmTest.java
.that(algorithm.singleQuantile(99, 100, dataset.clone())) .isWithin(ALLOWED_ERROR) .of(referenceValue); } } public void testMultipleQuantile() { ImmutableSet<Integer> indexes = ImmutableSet.of(50, 90, 99); Map<Integer, Double> referenceQuantiles = REFERENCE_ALGORITHM.multipleQuantiles(indexes, 100, dataset.clone());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 3.7K bytes - Click Count (0)