Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1111 (3.55 sec)

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

      static final ImmutableList<Double> OTHER_MANY_VALUES =
          ImmutableList.of(1.11, -2.22, 33.3333, -44.4444, 555.555555);
      static final int OTHER_MANY_VALUES_COUNT = 5;
      static final double OTHER_MANY_VALUES_MEAN = (1.11 - 2.22 + 33.3333 - 44.4444 + 555.555555) / 5;
    
      static final double MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS =
          (1.1 - MANY_VALUES_MEAN) * (1.11 - OTHER_MANY_VALUES_MEAN)
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 23.8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/math/StatsTesting.java

      static final ImmutableList<Double> OTHER_MANY_VALUES =
          ImmutableList.of(1.11, -2.22, 33.3333, -44.4444, 555.555555);
      static final int OTHER_MANY_VALUES_COUNT = 5;
      static final double OTHER_MANY_VALUES_MEAN = (1.11 - 2.22 + 33.3333 - 44.4444 + 555.555555) / 5;
    
      static final double MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS =
          (1.1 - MANY_VALUES_MEAN) * (1.11 - OTHER_MANY_VALUES_MEAN)
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 22.4K bytes
    - Viewed (0)
Back to top