Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for assertHorizontalLinearTransformation (0.16 sec)

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

                accumulatorByAddAllPartitionedPairedStats.populationCovariance());
          }
        }
        assertHorizontalLinearTransformation(
            horizontalValuesAccumulator.leastSquaresFit(), horizontalValuesAccumulator.yStats().mean());
        assertHorizontalLinearTransformation(
            horizontalValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(),
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java

                accumulatorByAddAllPartitionedPairedStats.populationCovariance());
          }
        }
        assertHorizontalLinearTransformation(
            horizontalValuesAccumulator.leastSquaresFit(), horizontalValuesAccumulator.yStats().mean());
        assertHorizontalLinearTransformation(
            horizontalValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(),
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/math/PairedStatsTest.java

    import static com.google.common.math.StatsTesting.VERTICAL_VALUES_PAIRED_STATS;
    import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation;
    import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
    import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
    import static com.google.common.math.StatsTesting.assertStatsApproxEqual;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 14K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/math/PairedStatsTest.java

    import static com.google.common.math.StatsTesting.VERTICAL_VALUES_PAIRED_STATS;
    import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation;
    import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
    import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
    import static com.google.common.math.StatsTesting.assertStatsApproxEqual;
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 14K bytes
    - Viewed (0)
Back to top