Home
last modified time | relevance | path

Searched refs:weighted_mean (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Drollingaccumulator.h98 double weighted_mean = 0.0; in ComputeWeightedMean() local
107 weighted_mean += current_weight * samples_[index]; in ComputeWeightedMean()
109 return static_cast<T>(weighted_mean / weight_sum); in ComputeWeightedMean()
/external/eigen/bench/btl/data/
Dsmooth.cxx79 double weighted_mean(const VECTOR & data) in weighted_mean() function
119 smooth_tab_mflops.push_back(weighted_mean(sample)); in smooth_curve()
151 smooth_tab_mflops.push_back(weighted_mean(sample)); in centered_smooth_curve()