Searched refs:oneValueAccumulatorByAddAllEmptyPairedStats (Results 1 – 2 of 2) sorted by relevance
65 private PairedStatsAccumulator oneValueAccumulatorByAddAllEmptyPairedStats; field in PairedStatsAccumulatorTest89 oneValueAccumulatorByAddAllEmptyPairedStats = new PairedStatsAccumulator(); in setUp()90 oneValueAccumulatorByAddAllEmptyPairedStats.add(ONE_VALUE, OTHER_ONE_VALUE); in setUp()91 oneValueAccumulatorByAddAllEmptyPairedStats.addAll(emptyAccumulator.snapshot()); in setUp()130 assertThat(oneValueAccumulatorByAddAllEmptyPairedStats.count()).isEqualTo(1); in testCount()153 assertStatsApproxEqual(ONE_VALUE_STATS, oneValueAccumulatorByAddAllEmptyPairedStats.xStats()); in testXStats()167 OTHER_ONE_VALUE_STATS, oneValueAccumulatorByAddAllEmptyPairedStats.yStats()); in testYStats()188 assertThat(oneValueAccumulatorByAddAllEmptyPairedStats.populationCovariance()) in testPopulationCovariance()260 oneValueAccumulatorByAddAllEmptyPairedStats.sampleCovariance(); in testSampleCovariance()307 oneValueAccumulatorByAddAllEmptyPairedStats.pearsonsCorrelationCoefficient(); in testPearsonsCorrelationCoefficient()[all …]