Searched refs:OTHER_MANY_VALUES (Results 1 – 6 of 6) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/math/ |
D | PairedStatsAccumulatorTest.java | 28 import static com.google.common.math.StatsTesting.OTHER_MANY_VALUES; 97 manyValuesAccumulator = createFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES); in setUp() 99 createPartitionedFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES, 2); in setUp() 110 Collections.nCopies(OTHER_MANY_VALUES_COUNT, ONE_VALUE), OTHER_MANY_VALUES); in setUp() 113 Collections.nCopies(OTHER_MANY_VALUES_COUNT, ONE_VALUE), OTHER_MANY_VALUES, 2); in setUp() 207 createFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES); in testPopulationCovariance() 209 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testPopulationCovariance() 452 createFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES); in testLeastSquaresFit() 454 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testLeastSquaresFit()
|
D | StatsTesting.java | 149 static final ImmutableList<Double> OTHER_MANY_VALUES = field in StatsTesting 227 static final Stats OTHER_MANY_VALUES_STATS = Stats.of(OTHER_MANY_VALUES); 281 createPairedStatsOf(MANY_VALUES, OTHER_MANY_VALUES); 288 createFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES); in buildManyValuesPairedStats() 304 for (double y : OTHER_MANY_VALUES) { in buildVerticalValuesPairedStats()
|
D | PairedStatsTest.java | 35 import static com.google.common.math.StatsTesting.OTHER_MANY_VALUES; 105 PairedStats stats = createPairedStatsOf(values.asIterable(), OTHER_MANY_VALUES); in testPopulationCovariance() 228 PairedStats stats = createPairedStatsOf(values.asIterable(), OTHER_MANY_VALUES); in testLeastSquaresFit()
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | PairedStatsAccumulatorTest.java | 28 import static com.google.common.math.StatsTesting.OTHER_MANY_VALUES; 97 manyValuesAccumulator = createFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES); in setUp() 99 createPartitionedFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES, 2); in setUp() 110 Collections.nCopies(OTHER_MANY_VALUES_COUNT, ONE_VALUE), OTHER_MANY_VALUES); in setUp() 113 Collections.nCopies(OTHER_MANY_VALUES_COUNT, ONE_VALUE), OTHER_MANY_VALUES, 2); in setUp() 207 createFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES); in testPopulationCovariance() 209 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testPopulationCovariance() 452 createFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES); in testLeastSquaresFit() 454 createPartitionedFilledPairedStatsAccumulator(values.asIterable(), OTHER_MANY_VALUES, 2); in testLeastSquaresFit()
|
D | StatsTesting.java | 150 static final ImmutableList<Double> OTHER_MANY_VALUES = field in StatsTesting 256 static final Stats OTHER_MANY_VALUES_STATS = Stats.of(OTHER_MANY_VALUES); 310 createPairedStatsOf(MANY_VALUES, OTHER_MANY_VALUES); 317 createFilledPairedStatsAccumulator(MANY_VALUES, OTHER_MANY_VALUES); in buildManyValuesPairedStats() 333 for (double y : OTHER_MANY_VALUES) { in buildVerticalValuesPairedStats()
|
D | PairedStatsTest.java | 35 import static com.google.common.math.StatsTesting.OTHER_MANY_VALUES; 105 PairedStats stats = createPairedStatsOf(values.asIterable(), OTHER_MANY_VALUES); in testPopulationCovariance() 228 PairedStats stats = createPairedStatsOf(values.asIterable(), OTHER_MANY_VALUES); in testLeastSquaresFit()
|