Searched refs:StatsTesting (Results 1 – 12 of 12) sorted by relevance
19 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 …]
19 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 …]
19 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 …]
19 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 …]
19 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;
43 class StatsTesting { class539 private StatsTesting() {} in StatsTesting() method in StatsTesting
42 class StatsTesting { class509 private StatsTesting() {} in StatsTesting() method in StatsTesting