Searched refs:ComputeMean (Results 1 – 3 of 3) sorted by relevance
43 EXPECT_EQ(0, accum.ComputeMean()); in TEST()55 EXPECT_EQ(1, accum.ComputeMean()); in TEST()68 EXPECT_EQ(6, accum.ComputeMean()); in TEST()81 EXPECT_DOUBLE_EQ(87.5, accum.ComputeMean()); in TEST()96 EXPECT_EQ(3, accum.ComputeMean()); in TEST()
84 T ComputeMean() const { in ComputeMean() function96 return ComputeMean(); in ComputeWeightedMean()
65 const int mean_bandwidth = accumulator_.ComputeMean(); in Sample()