Searched refs:INTEGER_MANY_VALUES (Results 1 – 6 of 6) sorted by relevance
161 static final ImmutableList<Integer> INTEGER_MANY_VALUES = field in StatsTesting229 Stats.of(Ints.toArray(INTEGER_MANY_VALUES));230 static final Stats INTEGER_MANY_VALUES_STATS_ITERABLE = Stats.of(INTEGER_MANY_VALUES);
24 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;544 assertThat(Stats.meanOf(INTEGER_MANY_VALUES)) in testMeanOf()547 assertThat(Stats.meanOf(Ints.toArray(INTEGER_MANY_VALUES))) in testMeanOf()
21 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;141 integerManyValuesAccumulatorByAddAllIterable.addAll(INTEGER_MANY_VALUES); in setUp()
162 static final ImmutableList<Integer> INTEGER_MANY_VALUES = field in StatsTesting258 Stats.of(Ints.toArray(INTEGER_MANY_VALUES));259 static final Stats INTEGER_MANY_VALUES_STATS_ITERABLE = Stats.of(INTEGER_MANY_VALUES);
25 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;609 assertThat(Stats.meanOf(INTEGER_MANY_VALUES)) in testMeanOf()612 assertThat(Stats.meanOf(Ints.toArray(INTEGER_MANY_VALUES))) in testMeanOf()
21 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;148 integerManyValuesAccumulatorByAddAllIterable.addAll(INTEGER_MANY_VALUES); in setUp()