Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java21 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
240 assertLinearTransformationNaN(transformation); in testForNaN()
DPairedStatsAccumulatorTest.java40 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
459 assertLinearTransformationNaN(fit); in testLeastSquaresFit()
460 assertLinearTransformationNaN(fitByAddAllPartitionedPairedStats); in testLeastSquaresFit()
DPairedStatsTest.java45 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
231 assertLinearTransformationNaN(fit); in testLeastSquaresFit()
DStatsTesting.java456 static void assertLinearTransformationNaN(LinearTransformation transformation) { in assertLinearTransformationNaN() method in StatsTesting
/external/guava/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java21 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
240 assertLinearTransformationNaN(transformation); in testForNaN()
DPairedStatsAccumulatorTest.java40 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
459 assertLinearTransformationNaN(fit); in testLeastSquaresFit()
460 assertLinearTransformationNaN(fitByAddAllPartitionedPairedStats); in testLeastSquaresFit()
DPairedStatsTest.java45 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
231 assertLinearTransformationNaN(fit); in testLeastSquaresFit()
DStatsTesting.java485 static void assertLinearTransformationNaN(LinearTransformation transformation) { in assertLinearTransformationNaN() method in StatsTesting