Home
last modified time | relevance | path

Searched defs:weighted_mean_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/accumulators/statistics/
Dweighted_mean.hpp34 struct weighted_mean_impl struct
37 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;
39 … typedef typename numeric::functional::fdiv<weighted_sample, Weight>::result_type result_type;
41 weighted_mean_impl(dont_care) {} in weighted_mean_impl() function
44 result_type result(Args const &args) const in result()