Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for createPairedStatsOf (0.08 seconds)

  1. 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);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 05:21:26 GMT 2026
    - 24K bytes
    - Click Count (0)
  2. 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.annotations.GwtIncompatible;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:11:48 GMT 2026
    - 14.1K bytes
    - Click Count (0)
  3. 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.annotations.GwtIncompatible;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:11:48 GMT 2026
    - 14.1K bytes
    - Click Count (0)
  4. 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);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 05:21:26 GMT 2026
    - 24K bytes
    - Click Count (0)
Back to Top