- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Quantize (0.82 sec)
-
guava-tests/test/com/google/common/math/QuantilesTest.java
return (lowerValue + upperValue) / 2.0; } } public void testPercentiles_index_compute_doubleCollection() { for (int index = 0; index <= 100; index++) { assertWithMessage("quantile at index %s", index) .that(percentiles().index(index).compute(PSEUDORANDOM_DATASET)) .isWithin(ALLOWED_ERROR) .of(expectedLargeDatasetPercentile(index)); } }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 29.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/math/QuantilesTest.java
return (lowerValue + upperValue) / 2.0; } } public void testPercentiles_index_compute_doubleCollection() { for (int index = 0; index <= 100; index++) { assertWithMessage("quantile at index %s", index) .that(percentiles().index(index).compute(PSEUDORANDOM_DATASET)) .isWithin(ALLOWED_ERROR) .of(expectedLargeDatasetPercentile(index)); } }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 29.8K bytes - Viewed (0)