Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for createPairedStatsOf (0.14 sec)

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

    import static com.google.common.math.StatsTesting.assertStatsApproxEqual;
    import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
    import static com.google.common.math.StatsTesting.createPairedStatsOf;
    import static com.google.common.truth.Truth.assertThat;
    import static com.google.common.truth.Truth.assertWithMessage;
    import static org.junit.Assert.assertThrows;
    
    import com.google.common.collect.ImmutableList;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 14K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/math/PairedStatsTest.java

    import static com.google.common.math.StatsTesting.assertStatsApproxEqual;
    import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
    import static com.google.common.math.StatsTesting.createPairedStatsOf;
    import static com.google.common.truth.Truth.assertThat;
    import static com.google.common.truth.Truth.assertWithMessage;
    import static org.junit.Assert.assertThrows;
    
    import com.google.common.collect.ImmutableList;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 14K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/math/StatsTesting.java

      static final PairedStats EMPTY_PAIRED_STATS =
          createPairedStatsOf(ImmutableList.<Double>of(), ImmutableList.<Double>of());
      static final PairedStats ONE_VALUE_PAIRED_STATS =
          createPairedStatsOf(ImmutableList.of(ONE_VALUE), ImmutableList.of(OTHER_ONE_VALUE));
      static final PairedStats TWO_VALUES_PAIRED_STATS =
          createPairedStatsOf(TWO_VALUES, OTHER_TWO_VALUES);
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top