...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::accumulators::impl::with_density_median_impl — Median estimation based on the density estimator.
// In header: <boost/accumulators/statistics_fwd.hpp> template<typename Sample> struct with_density_median_impl : public accumulator_base { // construct/copy/destruct template<typename Args> with_density_median_impl(Args const &); // public member functions void operator()(dont_care); template<typename Args> result_type result(Args const &) const; };