Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dmedian.hpp67 struct with_density_median_impl struct
70 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
71 typedef std::vector<std::pair<float_type, float_type> > histogram_type;
72 typedef iterator_range<typename histogram_type::iterator> range_type;
74 typedef float_type result_type;
77 with_density_median_impl(Args const &args) in with_density_median_impl() function
83 void operator ()(dont_care) in operator ()()
90 result_type result(Args const &args) const in result()
114 void serialize(Archive & ar, const unsigned int file_version) in serialize()
123 mutable float_type sum;
[all …]