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/webrtc/webrtc/base/
rollingaccumulator.h
130
double
weighted_mean
= 0.0;
local
139
weighted_mean
+= current_weight * samples_[index];
141
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 161 milliseconds