...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::weighted_peaks_over_threshold_impl — Weighted Peaks over Threshold Method for Weighted Quantile and Weighted Tail Mean Estimation.
// In header: <boost/accumulators/statistics_fwd.hpp> template<typename Sample, typename Weight, typename LeftRight> struct weighted_peaks_over_threshold_impl : public accumulator_base { // construct/copy/destruct template<typename Args> weighted_peaks_over_threshold_impl(Args const &); // public member functions template<typename Args> void operator()(Args const &); template<typename Args> result_type result(Args const &) const; template<typename Archive> void serialize(Archive &, const unsigned int); };