Searched refs:assertLinearTransformationNaN (Results 1 – 8 of 8) sorted by relevance
21 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;240 assertLinearTransformationNaN(transformation); in testForNaN()
40 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;459 assertLinearTransformationNaN(fit); in testLeastSquaresFit()460 assertLinearTransformationNaN(fitByAddAllPartitionedPairedStats); in testLeastSquaresFit()
45 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;231 assertLinearTransformationNaN(fit); in testLeastSquaresFit()
456 static void assertLinearTransformationNaN(LinearTransformation transformation) { in assertLinearTransformationNaN() method in StatsTesting
485 static void assertLinearTransformationNaN(LinearTransformation transformation) { in assertLinearTransformationNaN() method in StatsTesting