Home
last modified time | relevance | path

Searched refs:StatsTesting (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.ALL_PAIRED_STATS;
22 import static com.google.common.math.StatsTesting.CONSTANT_VALUES_PAIRED_STATS;
23 import static com.google.common.math.StatsTesting.DUPLICATE_MANY_VALUES_PAIRED_STATS;
24 import static com.google.common.math.StatsTesting.EMPTY_PAIRED_STATS;
25 import static com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE;
26 import static com.google.common.math.StatsTesting.HORIZONTAL_VALUES_PAIRED_STATS;
27 import static com.google.common.math.StatsTesting.MANY_VALUES;
28 import static com.google.common.math.StatsTesting.MANY_VALUES_COUNT;
[all …]
DStatsTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.ALL_STATS;
22 import static com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE;
23 import static com.google.common.math.StatsTesting.EMPTY_STATS_VARARGS;
24 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
25 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT;
26 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX;
27 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN;
28 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN;
[all …]
DPairedStatsAccumulatorTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE;
22 import static com.google.common.math.StatsTesting.MANY_VALUES;
23 import static com.google.common.math.StatsTesting.MANY_VALUES_COUNT;
24 import static com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE;
25 import static com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS;
26 import static com.google.common.math.StatsTesting.ONE_VALUE;
27 import static com.google.common.math.StatsTesting.ONE_VALUE_STATS;
28 import static com.google.common.math.StatsTesting.OTHER_MANY_VALUES;
[all …]
DStatsAccumulatorTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
22 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT;
23 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX;
24 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN;
25 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN;
26 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS;
27 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES;
28 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT;
[all …]
DLinearTransformationTest.java19 import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation;
20 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
21 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
22 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
DStatsTesting.java43 class StatsTesting { class
539 private StatsTesting() {} in StatsTesting() method in StatsTesting
/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.ALL_PAIRED_STATS;
22 import static com.google.common.math.StatsTesting.CONSTANT_VALUES_PAIRED_STATS;
23 import static com.google.common.math.StatsTesting.DUPLICATE_MANY_VALUES_PAIRED_STATS;
24 import static com.google.common.math.StatsTesting.EMPTY_PAIRED_STATS;
25 import static com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE;
26 import static com.google.common.math.StatsTesting.HORIZONTAL_VALUES_PAIRED_STATS;
27 import static com.google.common.math.StatsTesting.MANY_VALUES;
28 import static com.google.common.math.StatsTesting.MANY_VALUES_COUNT;
[all …]
DStatsTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.ALL_STATS;
22 import static com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE;
23 import static com.google.common.math.StatsTesting.EMPTY_STATS_VARARGS;
24 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
25 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT;
26 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX;
27 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN;
28 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN;
[all …]
DPairedStatsAccumulatorTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.EMPTY_STATS_ITERABLE;
22 import static com.google.common.math.StatsTesting.MANY_VALUES;
23 import static com.google.common.math.StatsTesting.MANY_VALUES_COUNT;
24 import static com.google.common.math.StatsTesting.MANY_VALUES_STATS_ITERABLE;
25 import static com.google.common.math.StatsTesting.MANY_VALUES_SUM_OF_PRODUCTS_OF_DELTAS;
26 import static com.google.common.math.StatsTesting.ONE_VALUE;
27 import static com.google.common.math.StatsTesting.ONE_VALUE_STATS;
28 import static com.google.common.math.StatsTesting.OTHER_MANY_VALUES;
[all …]
DStatsAccumulatorTest.java19 import static com.google.common.math.StatsTesting.ALLOWED_ERROR;
20 import static com.google.common.math.StatsTesting.ALL_MANY_VALUES;
21 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
22 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_COUNT;
23 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MAX;
24 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MEAN;
25 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_MIN;
26 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES_SUM_OF_SQUARES_OF_DELTAS;
27 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES;
28 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES_COUNT;
[all …]
DLinearTransformationTest.java19 import static com.google.common.math.StatsTesting.assertDiagonalLinearTransformation;
20 import static com.google.common.math.StatsTesting.assertHorizontalLinearTransformation;
21 import static com.google.common.math.StatsTesting.assertLinearTransformationNaN;
22 import static com.google.common.math.StatsTesting.assertVerticalLinearTransformation;
DStatsTesting.java42 class StatsTesting { class
509 private StatsTesting() {} in StatsTesting() method in StatsTesting