Searched refs:TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS (Results 1 – 6 of 6) sorted by relevance
45 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()
65 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()
53 static final double TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS = field in StatsTesting
50 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()
71 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()
54 static final double TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS = field in StatsTesting