- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for assertHorizontalLinearTransformation (0.12 seconds)
-
android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
accumulatorByAddAllPartitionedPairedStats.populationCovariance()); } } assertHorizontalLinearTransformation( horizontalValuesAccumulator.leastSquaresFit(), horizontalValuesAccumulator.yStats().mean()); assertHorizontalLinearTransformation( horizontalValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(),
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 23.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
accumulatorByAddAllPartitionedPairedStats.populationCovariance()); } } assertHorizontalLinearTransformation( horizontalValuesAccumulator.leastSquaresFit(), horizontalValuesAccumulator.yStats().mean()); assertHorizontalLinearTransformation( horizontalValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(),
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 23.4K bytes - Click Count (0) -
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;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 14K bytes - Click Count (0) -
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;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 14K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/StatsTesting.java
* assertion that {@link LinearTransformation#transform} and {@link LinearTransformation#slope} on * its inverse throws as expected. */ static void assertHorizontalLinearTransformation(LinearTransformation transformation, double y) { assertThat(transformation.isHorizontal()).isTrue(); assertThat(transformation.isVertical()).isFalse();Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 23.8K bytes - Click Count (0)