- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSingleQuantile_percentile99 (0.32 sec)
-
android/guava-tests/test/com/google/common/math/QuantilesAlgorithmTest.java
.that(algorithm.singleQuantile(1, 2, dataset.clone())) .isWithin(ALLOWED_ERROR) .of(referenceValue); } } public void testSingleQuantile_percentile99() { double referenceValue = REFERENCE_ALGORITHM.singleQuantile(99, 100, dataset.clone()); for (QuantilesAlgorithm algorithm : NON_REFERENCE_ALGORITHMS) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 28 01:26:26 UTC 2024 - 3.5K bytes - Viewed (0)