Home
last modified time | relevance | path

Searched refs:assertHorizontalLinearTransformation (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java20 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
51 assertHorizontalLinearTransformation(transformation, y); in testMappingAnd_horizontal()
151 assertHorizontalLinearTransformation(transformation, y); in testMappingWithSlope_horizontal()
219 assertHorizontalLinearTransformation(transformation, y); in testHorizontal_regular()
DPairedStatsAccumulatorTest.java39 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
476 assertHorizontalLinearTransformation( in testLeastSquaresFit()
478 assertHorizontalLinearTransformation( in testLeastSquaresFit()
DPairedStatsTest.java44 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
241 assertHorizontalLinearTransformation( in testLeastSquaresFit()
DStatsTesting.java431 static void assertHorizontalLinearTransformation(LinearTransformation transformation, double y) { in assertHorizontalLinearTransformation() method in StatsTesting
/external/guava/android/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java20 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
51 assertHorizontalLinearTransformation(transformation, y); in testMappingAnd_horizontal()
151 assertHorizontalLinearTransformation(transformation, y); in testMappingWithSlope_horizontal()
219 assertHorizontalLinearTransformation(transformation, y); in testHorizontal_regular()
DPairedStatsAccumulatorTest.java39 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
476 assertHorizontalLinearTransformation( in testLeastSquaresFit()
478 assertHorizontalLinearTransformation( in testLeastSquaresFit()
DPairedStatsTest.java44 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
241 assertHorizontalLinearTransformation( in testLeastSquaresFit()
DStatsTesting.java402 static void assertHorizontalLinearTransformation(LinearTransformation transformation, double y) { in assertHorizontalLinearTransformation() method in StatsTesting