Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java68 private PairedStatsAccumulator manyValuesAccumulator; field in PairedStatsAccumulatorTest
97 manyValuesAccumulator = createFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES); in setUp()
133 assertThat(manyValuesAccumulator.count()).isEqualTo(MANY_VALUES_COUNT); in testCount()
157 assertStatsApproxEqual(MANY_VALUES_STATS_ITERABLE, manyValuesAccumulator.xStats()); in testXStats()
171 assertStatsApproxEqual(OTHER_MANY_VALUES_STATS, manyValuesAccumulator.yStats()); in testYStats()
197 assertThat(manyValuesAccumulator.populationCovariance()) in testPopulationCovariance()
270 assertThat(manyValuesAccumulator.sampleCovariance()) in testSampleCovariance()
317 assertThat(manyValuesAccumulator.pearsonsCorrelationCoefficient()) in testPearsonsCorrelationCoefficient()
320 manyValuesAccumulator.populationCovariance() in testPearsonsCorrelationCoefficient()
321 / (manyValuesAccumulator.xStats().populationStandardDeviation() in testPearsonsCorrelationCoefficient()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java68 private PairedStatsAccumulator manyValuesAccumulator; field in PairedStatsAccumulatorTest
97 manyValuesAccumulator = createFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES); in setUp()
133 assertThat(manyValuesAccumulator.count()).isEqualTo(MANY_VALUES_COUNT); in testCount()
157 assertStatsApproxEqual(MANY_VALUES_STATS_ITERABLE, manyValuesAccumulator.xStats()); in testXStats()
171 assertStatsApproxEqual(OTHER_MANY_VALUES_STATS, manyValuesAccumulator.yStats()); in testYStats()
197 assertThat(manyValuesAccumulator.populationCovariance()) in testPopulationCovariance()
270 assertThat(manyValuesAccumulator.sampleCovariance()) in testSampleCovariance()
317 assertThat(manyValuesAccumulator.pearsonsCorrelationCoefficient()) in testPearsonsCorrelationCoefficient()
320 manyValuesAccumulator.populationCovariance() in testPearsonsCorrelationCoefficient()
321 / (manyValuesAccumulator.xStats().populationStandardDeviation() in testPearsonsCorrelationCoefficient()
[all …]