Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java22 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
59 assertVerticalLinearTransformation(transformation, x); in testMappingAnd_vertical()
159 assertVerticalLinearTransformation(transformation, x); in testMappingWithSlope_vertical()
197 assertVerticalLinearTransformation(transformation, x); in testVertical_regular()
DPairedStatsAccumulatorTest.java42 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
481 assertVerticalLinearTransformation( in testLeastSquaresFit()
483 assertVerticalLinearTransformation( in testLeastSquaresFit()
DPairedStatsTest.java47 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
244 assertVerticalLinearTransformation( in testLeastSquaresFit()
DStatsTesting.java459 static void assertVerticalLinearTransformation(LinearTransformation transformation, double x) { in assertVerticalLinearTransformation() method in StatsTesting
/external/guava/android/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java22 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
59 assertVerticalLinearTransformation(transformation, x); in testMappingAnd_vertical()
159 assertVerticalLinearTransformation(transformation, x); in testMappingWithSlope_vertical()
197 assertVerticalLinearTransformation(transformation, x); in testVertical_regular()
DPairedStatsAccumulatorTest.java42 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
481 assertVerticalLinearTransformation( in testLeastSquaresFit()
483 assertVerticalLinearTransformation( in testLeastSquaresFit()
DPairedStatsTest.java47 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
244 assertVerticalLinearTransformation( in testLeastSquaresFit()
DStatsTesting.java430 static void assertVerticalLinearTransformation(LinearTransformation transformation, double x) { in assertVerticalLinearTransformation() method in StatsTesting