Searched refs:StatisticsSum (Results 1 – 1 of 1) sorted by relevance
29 auto StatisticsSum = [](const std::vector<double>& v) { in __anona65f99b10102() variable35 return StatisticsSum(v) * (1.0 / v.size()); in StatisticsMean()