Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testQuartiles_index_compute_doubleCollection (0.16 sec)

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

        assertThat(dataset).usingExactEquality().containsExactlyElementsIn(SIXTEEN_SQUARES_DOUBLES);
      }
    
      public void testQuartiles_index_compute_doubleCollection() {
        assertThat(quartiles().index(1).compute(SIXTEEN_SQUARES_DOUBLES))
            .isWithin(ALLOWED_ERROR)
            .of(SIXTEEN_SQUARES_QUARTILE_1);
      }
    
    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