Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_median.hpp39 struct weighted_median_impl struct
43 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type result_type;
45 weighted_median_impl(dont_care) {} in weighted_median_impl() argument
48 result_type result(Args const &args) const in result()