Searched defs:with_density_weighted_median_impl (Results 1 – 1 of 1) sorted by relevance
65 struct with_density_weighted_median_impl struct68 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;69 typedef std::vector<std::pair<float_type, float_type> > histogram_type;70 typedef iterator_range<typename histogram_type::iterator> range_type;72 typedef float_type result_type;75 with_density_weighted_median_impl(Args const &args) in with_density_weighted_median_impl() argument81 void operator ()(dont_care) in operator ()()87 result_type result(Args const &args) const in result()111 void serialize(Archive & ar, const unsigned int file_version) in serialize()119 mutable float_type sum;[all …]