![]() |
Home | Libraries | People | FAQ | More |
boost::accumulators::impl::tail_variate_means_impl — Estimation of the absolute and relative tail variate means (for both left and right tails)
// In header: <boost/accumulators/statistics/tail_variate_means.hpp> template<typename Sample, typename Impl, typename LeftRight, typename VariateTag> struct tail_variate_means_impl : public { // types typedef ; typedef ; typedef ; // construct/copy/destruct (); // public member functions template<typename Args> () ; template<typename Archive> (, ); };
For all -th variates associated to the
largest samples (or the
smallest samples in case of the left tail), the absolute tail means
are computed and returned as an iterator range. Alternatively, the relative tail means
are returned, which are the absolute tail means normalized with the (non-coherent) sample tail mean
.