Home | Libraries | People | FAQ | More |
boost::accumulators::impl::weighted_median_impl — Median estimation for weighted samples based on the quantile estimator.
// In header: <boost/accumulators/statistics/weighted_median.hpp> template<typename Sample> struct weighted_median_impl { // types typedef numeric::functional::average< Sample, std::size_t >::result_type result_type; // construct/copy/destruct weighted_median_impl(dont_care); // public member functions template<typename Args> result_type result(Args const &) const; };