Home
last modified time | relevance | path

Searched refs:verticalValuesAccumulator (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java72 private PairedStatsAccumulator verticalValuesAccumulator; field in PairedStatsAccumulatorTest
108 verticalValuesAccumulator = in setUp()
233 assertThat(verticalValuesAccumulator.populationCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testPopulationCovariance()
280 assertThat(verticalValuesAccumulator.sampleCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testSampleCovariance()
382 verticalValuesAccumulator.pearsonsCorrelationCoefficient(); in testPearsonsCorrelationCoefficient()
482 verticalValuesAccumulator.leastSquaresFit(), verticalValuesAccumulator.xStats().mean()); in testLeastSquaresFit()
/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java72 private PairedStatsAccumulator verticalValuesAccumulator; field in PairedStatsAccumulatorTest
108 verticalValuesAccumulator = in setUp()
233 assertThat(verticalValuesAccumulator.populationCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testPopulationCovariance()
280 assertThat(verticalValuesAccumulator.sampleCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testSampleCovariance()
382 verticalValuesAccumulator.pearsonsCorrelationCoefficient(); in testPearsonsCorrelationCoefficient()
482 verticalValuesAccumulator.leastSquaresFit(), verticalValuesAccumulator.xStats().mean()); in testLeastSquaresFit()