Searched refs:assertVerticalLinearTransformation (Results 1 – 8 of 8) sorted by relevance
22 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()
42 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;481 assertVerticalLinearTransformation( in testLeastSquaresFit()483 assertVerticalLinearTransformation( in testLeastSquaresFit()
47 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;244 assertVerticalLinearTransformation( in testLeastSquaresFit()
459 static void assertVerticalLinearTransformation(LinearTransformation transformation, double x) { in assertVerticalLinearTransformation() method in StatsTesting
430 static void assertVerticalLinearTransformation(LinearTransformation transformation, double x) { in assertVerticalLinearTransformation() method in StatsTesting