Home
last modified time | relevance | path

Searched refs:createPartitionedFilledPairedStatsAccumulator (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java44 import static com.google.common.math.StatsTesting.createPartitionedFilledPairedStatsAccumulator;
95 createPartitionedFilledPairedStatsAccumulator(TWO_VALUES, OTHER_TWO_VALUES, 1); in setUp()
99 createPartitionedFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES, 2); in setUp()
105 createPartitionedFilledPairedStatsAccumulator( in setUp()
112 createPartitionedFilledPairedStatsAccumulator( in setUp()
120 createPartitionedFilledPairedStatsAccumulator( in setUp()
209 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testPopulationCovariance()
339 createPartitionedFilledPairedStatsAccumulator(MANY_VALUES, values.asIterable(), 2); in testPearsonsCorrelationCoefficient()
454 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testLeastSquaresFit()
DStatsTesting.java491 static PairedStatsAccumulator createPartitionedFilledPairedStatsAccumulator( in createPartitionedFilledPairedStatsAccumulator() method in StatsTesting
/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java44 import static com.google.common.math.StatsTesting.createPartitionedFilledPairedStatsAccumulator;
95 createPartitionedFilledPairedStatsAccumulator(TWO_VALUES, OTHER_TWO_VALUES, 1); in setUp()
99 createPartitionedFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES, 2); in setUp()
105 createPartitionedFilledPairedStatsAccumulator( in setUp()
112 createPartitionedFilledPairedStatsAccumulator( in setUp()
120 createPartitionedFilledPairedStatsAccumulator( in setUp()
209 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testPopulationCovariance()
339 createPartitionedFilledPairedStatsAccumulator(MANY_VALUES, values.asIterable(), 2); in testPearsonsCorrelationCoefficient()
454 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testLeastSquaresFit()
DStatsTesting.java520 static PairedStatsAccumulator createPartitionedFilledPairedStatsAccumulator( in createPartitionedFilledPairedStatsAccumulator() method in StatsTesting