Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java67 private PairedStatsAccumulator twoValuesAccumulatorByAddAllPartitionedPairedStats; field in PairedStatsAccumulatorTest
94 twoValuesAccumulatorByAddAllPartitionedPairedStats = in setUp()
132 assertThat(twoValuesAccumulatorByAddAllPartitionedPairedStats.count()).isEqualTo(2); in testCount()
156 TWO_VALUES_STATS, twoValuesAccumulatorByAddAllPartitionedPairedStats.xStats()); in testXStats()
170 OTHER_TWO_VALUES_STATS, twoValuesAccumulatorByAddAllPartitionedPairedStats.yStats()); in testYStats()
194 assertThat(twoValuesAccumulatorByAddAllPartitionedPairedStats.populationCovariance()) in testPopulationCovariance()
267 assertThat(twoValuesAccumulatorByAddAllPartitionedPairedStats.sampleCovariance()) in testSampleCovariance()
431 twoValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(), in testLeastSquaresFit()
432 twoValuesAccumulatorByAddAllPartitionedPairedStats.xStats().mean(), in testLeastSquaresFit()
433 twoValuesAccumulatorByAddAllPartitionedPairedStats.yStats().mean(), in testLeastSquaresFit()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java67 private PairedStatsAccumulator twoValuesAccumulatorByAddAllPartitionedPairedStats; field in PairedStatsAccumulatorTest
94 twoValuesAccumulatorByAddAllPartitionedPairedStats = in setUp()
132 assertThat(twoValuesAccumulatorByAddAllPartitionedPairedStats.count()).isEqualTo(2); in testCount()
156 TWO_VALUES_STATS, twoValuesAccumulatorByAddAllPartitionedPairedStats.xStats()); in testXStats()
170 OTHER_TWO_VALUES_STATS, twoValuesAccumulatorByAddAllPartitionedPairedStats.yStats()); in testYStats()
194 assertThat(twoValuesAccumulatorByAddAllPartitionedPairedStats.populationCovariance()) in testPopulationCovariance()
267 assertThat(twoValuesAccumulatorByAddAllPartitionedPairedStats.sampleCovariance()) in testSampleCovariance()
431 twoValuesAccumulatorByAddAllPartitionedPairedStats.leastSquaresFit(), in testLeastSquaresFit()
432 twoValuesAccumulatorByAddAllPartitionedPairedStats.xStats().mean(), in testLeastSquaresFit()
433 twoValuesAccumulatorByAddAllPartitionedPairedStats.yStats().mean(), in testLeastSquaresFit()
[all …]