...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::extended_p_square_quantile_impl — Quantile estimation using the extended algorithm for weighted and unweighted samples.
// In header: <boost/accumulators/statistics_fwd.hpp> template<typename Sample, typename Impl1, typename Impl2> struct extended_p_square_quantile_impl : public accumulator_base { // construct/copy/destruct template<typename Args> extended_p_square_quantile_impl(Args const &); // public member functions template<typename Args> result_type result(Args const &) const; template<typename Archive> void serialize(Archive &, const unsigned int); };