Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java74 private PairedStatsAccumulator constantValuesAccumulator; field in PairedStatsAccumulatorTest
115 constantValuesAccumulator = in setUp()
237 assertThat(constantValuesAccumulator.populationCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testPopulationCovariance()
284 assertThat(constantValuesAccumulator.sampleCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testSampleCovariance()
392 constantValuesAccumulator.pearsonsCorrelationCoefficient(); in testPearsonsCorrelationCoefficient()
487 constantValuesAccumulator.leastSquaresFit(); in testLeastSquaresFit()
/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java74 private PairedStatsAccumulator constantValuesAccumulator; field in PairedStatsAccumulatorTest
115 constantValuesAccumulator = in setUp()
237 assertThat(constantValuesAccumulator.populationCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testPopulationCovariance()
284 assertThat(constantValuesAccumulator.sampleCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testSampleCovariance()
392 constantValuesAccumulator.pearsonsCorrelationCoefficient(); in testPearsonsCorrelationCoefficient()
487 constantValuesAccumulator.leastSquaresFit(); in testLeastSquaresFit()