- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for assertVerticalLinearTransformation (0.13 sec)
-
android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
horizontalValuesAccumulatorByAddAllPartitionedPairedStats.yStats().mean()); assertVerticalLinearTransformation( verticalValuesAccumulator.leastSquaresFit(), verticalValuesAccumulator.xStats().mean()); assertVerticalLinearTransformation( verticalValuesAccumulatorByAddAllPartitionedPairedStats.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) -
guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
horizontalValuesAccumulatorByAddAllPartitionedPairedStats.yStats().mean()); assertVerticalLinearTransformation( verticalValuesAccumulator.leastSquaresFit(), verticalValuesAccumulator.xStats().mean()); assertVerticalLinearTransformation( verticalValuesAccumulatorByAddAllPartitionedPairedStats.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) -
android/guava-tests/test/com/google/common/math/PairedStatsTest.java
import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; 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;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 14K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/PairedStatsTest.java
import static com.google.common.math.StatsTesting.assertLinearTransformationNaN; 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;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 14K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/math/StatsTesting.java
* assertions that {@link LinearTransformation#slope} and {@link LinearTransformation#transform} * throw as expected. */ static void assertVerticalLinearTransformation(LinearTransformation transformation, double x) { assertThat(transformation.isHorizontal()).isFalse(); assertThat(transformation.isVertical()).isTrue();Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 23.8K bytes - Viewed (0)