Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testPercentiles_index_compute_doubleCollection (0.22 seconds)

  1. android/guava-tests/test/com/google/common/math/QuantilesTest.java

          double upperValue = PSEUDORANDOM_DATASET_SORTED.get(positionCeil);
          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))
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 05:21:26 GMT 2026
    - 29.9K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/math/QuantilesTest.java

          double upperValue = PSEUDORANDOM_DATASET_SORTED.get(positionCeil);
          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))
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 05:21:26 GMT 2026
    - 29.9K bytes
    - Click Count (0)
Back to Top