Searched defs:ComputeMean (Results 1 – 3 of 3) sorted by relevance
80 double ComputeMean() const { return stats_.GetMean().value_or(0); } in ComputeMean() function
256 inline float ComputeMean(const float* const values, const int num_vals) { in ComputeMean() function
223 double ComputeMean(const std::vector<double> &values) in ComputeMean() function