OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weighted_mean
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator.h
98
double
weighted_mean
= 0.0;
local
107
weighted_mean
+= current_weight * samples_[index];
109
return static_cast<T>(
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 123 milliseconds