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

/external/chromium_org/third_party/webrtc/base/
H A Drollingaccumulator.h129 double weighted_mean = 0.0; local
138 weighted_mean += current_weight * samples_[index];
140 return weighted_mean / weight_sum;
/external/eigen/bench/btl/data/
H A Dsmooth.cxx79 double weighted_mean(const VECTOR & data) function
119 smooth_tab_mflops.push_back(weighted_mean(sample));
151 smooth_tab_mflops.push_back(weighted_mean(sample));

Completed in 1532 milliseconds