Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for testLeastSquaresFit (0.1 sec)

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

        assertThrows(
            IllegalStateException.class,
            () -> CONSTANT_VALUES_PAIRED_STATS.pearsonsCorrelationCoefficient());
      }
    
      public void testLeastSquaresFit() {
        assertThrows(IllegalStateException.class, () -> EMPTY_PAIRED_STATS.leastSquaresFit());
        assertThrows(IllegalStateException.class, () -> ONE_VALUE_PAIRED_STATS.leastSquaresFit());
        assertThrows(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jul 03 21:17:33 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

            IllegalStateException.class,
            () ->
                constantValuesAccumulatorByAddAllPartitionedPairedStats
                    .pearsonsCorrelationCoefficient());
      }
    
      public void testLeastSquaresFit() {
        assertThrows(IllegalStateException.class, () -> emptyAccumulator.leastSquaresFit());
        assertThrows(
            IllegalStateException.class,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jul 03 21:17:33 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

            IllegalStateException.class,
            () ->
                constantValuesAccumulatorByAddAllPartitionedPairedStats
                    .pearsonsCorrelationCoefficient());
      }
    
      public void testLeastSquaresFit() {
        assertThrows(IllegalStateException.class, () -> emptyAccumulator.leastSquaresFit());
        assertThrows(
            IllegalStateException.class,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jul 03 21:17:33 UTC 2024
    - 23.3K bytes
    - Viewed (0)
Back to top