HomeSort by relevance Sort by last modified time
    Searched refs:weighted_mean (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/base/
rollingaccumulator.h 129 double weighted_mean = 0.0; local
138 weighted_mean += current_weight * samples_[index];
140 return weighted_mean / weight_sum;
  /external/eigen/bench/btl/data/
smooth.cxx 79 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 261 milliseconds