- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPopulationStandardDeviation (0.18 seconds)
-
guava-tests/test/com/google/common/math/StatsTest.java
assertThat(LARGE_LONG_VALUES_STATS.populationVariance()) .isWithin(ALLOWED_ERROR * Long.MAX_VALUE * Long.MAX_VALUE) .of(LARGE_LONG_VALUES_POPULATION_VARIANCE); } public void testPopulationStandardDeviation() { assertThrows(IllegalStateException.class, EMPTY_STATS_VARARGS::populationStandardDeviation); assertThrows(IllegalStateException.class, EMPTY_STATS_ITERABLE::populationStandardDeviation);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 33.4K bytes - Click Count (0)