Home
last modified time | relevance | path

Searched refs:TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DStatsAccumulatorTest.java45 import static com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS;
344 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2); in testPopulationVariance()
347 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2); in testPopulationVariance()
429 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2)); in testPopulationStandardDeviation()
432 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2)); in testPopulationStandardDeviation()
493 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS); in testSampleVariance()
496 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS); in testSampleVariance()
557 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS)); in testSampleStandardDeviation()
560 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS)); in testSampleStandardDeviation()
DStatsTest.java65 import static com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS;
215 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2); in testPopulationVariance()
272 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2)); in testPopulationStandardDeviation()
317 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS); in testSampleVariance()
362 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS)); in testSampleStandardDeviation()
DStatsTesting.java53 static final double TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS = field in StatsTesting
/external/guava/guava-tests/test/com/google/common/math/
DStatsAccumulatorTest.java50 import static com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS;
351 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2); in testPopulationVariance()
354 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2); in testPopulationVariance()
436 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2)); in testPopulationStandardDeviation()
439 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2)); in testPopulationStandardDeviation()
500 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS); in testSampleVariance()
503 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS); in testSampleVariance()
564 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS)); in testSampleStandardDeviation()
567 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS)); in testSampleStandardDeviation()
DStatsTest.java71 import static com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS;
225 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2); in testPopulationVariance()
282 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS / 2)); in testPopulationStandardDeviation()
327 .of(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS); in testSampleVariance()
372 .of(sqrt(TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS)); in testSampleStandardDeviation()
DStatsTesting.java54 static final double TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS = field in StatsTesting