Home
last modified time | relevance | path

Searched refs:TWO_VALUES_PAIRED_STATS (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsTest.java39 import static com.google.common.math.StatsTesting.TWO_VALUES_PAIRED_STATS;
71 assertThat(TWO_VALUES_PAIRED_STATS.count()).isEqualTo(2); in testCount()
78 assertStatsApproxEqual(TWO_VALUES_STATS, TWO_VALUES_PAIRED_STATS.xStats()); in testXStats()
85 assertStatsApproxEqual(OTHER_TWO_VALUES_STATS, TWO_VALUES_PAIRED_STATS.yStats()); in testYStats()
99 assertThat(TWO_VALUES_PAIRED_STATS.populationCovariance()) in testPopulationCovariance()
134 assertThat(TWO_VALUES_PAIRED_STATS.sampleCovariance()) in testSampleCovariance()
161 assertThat(TWO_VALUES_PAIRED_STATS.pearsonsCorrelationCoefficient()) in testPearsonsCorrelationCoefficient()
164 TWO_VALUES_PAIRED_STATS.populationCovariance() in testPearsonsCorrelationCoefficient()
165 / (TWO_VALUES_PAIRED_STATS.xStats().populationStandardDeviation() in testPearsonsCorrelationCoefficient()
166 * TWO_VALUES_PAIRED_STATS.yStats().populationStandardDeviation())); in testPearsonsCorrelationCoefficient()
[all …]
DStatsTesting.java306 static final PairedStats TWO_VALUES_PAIRED_STATS = field in StatsTesting
351 TWO_VALUES_PAIRED_STATS,
/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsTest.java39 import static com.google.common.math.StatsTesting.TWO_VALUES_PAIRED_STATS;
71 assertThat(TWO_VALUES_PAIRED_STATS.count()).isEqualTo(2); in testCount()
78 assertStatsApproxEqual(TWO_VALUES_STATS, TWO_VALUES_PAIRED_STATS.xStats()); in testXStats()
85 assertStatsApproxEqual(OTHER_TWO_VALUES_STATS, TWO_VALUES_PAIRED_STATS.yStats()); in testYStats()
99 assertThat(TWO_VALUES_PAIRED_STATS.populationCovariance()) in testPopulationCovariance()
134 assertThat(TWO_VALUES_PAIRED_STATS.sampleCovariance()) in testSampleCovariance()
161 assertThat(TWO_VALUES_PAIRED_STATS.pearsonsCorrelationCoefficient()) in testPearsonsCorrelationCoefficient()
164 TWO_VALUES_PAIRED_STATS.populationCovariance() in testPearsonsCorrelationCoefficient()
165 / (TWO_VALUES_PAIRED_STATS.xStats().populationStandardDeviation() in testPearsonsCorrelationCoefficient()
166 * TWO_VALUES_PAIRED_STATS.yStats().populationStandardDeviation())); in testPearsonsCorrelationCoefficient()
[all …]
DStatsTesting.java277 static final PairedStats TWO_VALUES_PAIRED_STATS = field in StatsTesting
322 TWO_VALUES_PAIRED_STATS,