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