Searched refs:constantValuesAccumulator (Results 1 – 2 of 2) sorted by relevance
74 private PairedStatsAccumulator constantValuesAccumulator; field in PairedStatsAccumulatorTest115 constantValuesAccumulator = in setUp()237 assertThat(constantValuesAccumulator.populationCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testPopulationCovariance()284 assertThat(constantValuesAccumulator.sampleCovariance()).isWithin(ALLOWED_ERROR).of(0.0); in testSampleCovariance()392 constantValuesAccumulator.pearsonsCorrelationCoefficient(); in testPearsonsCorrelationCoefficient()487 constantValuesAccumulator.leastSquaresFit(); in testLeastSquaresFit()