Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPercentiles_indexes_varargsPairs_compute_doubleCollection (0.25 sec)

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

        double actual = percentiles().index(33).computeInPlace(dataset);
        assertThat(dataset).usingExactEquality().containsExactlyElementsIn(PSEUDORANDOM_DATASET);
      }
    
      public void testPercentiles_indexes_varargsPairs_compute_doubleCollection() {
        for (int index1 = 0; index1 <= 100; index1++) {
          for (int index2 = 0; index2 <= 100; index2++) {
            ImmutableMap.Builder<Integer, Double> expectedBuilder = ImmutableMap.builder();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 29.7K bytes
    - Viewed (0)
Back to top