#include <numeric>#include <vector>#include <limits>#include <functional>#include <sstream>#include <stdexcept>#include <boost/throw_exception.hpp>#include <boost/parameter/keyword.hpp>#include <boost/mpl/placeholders.hpp>#include <boost/type_traits/is_same.hpp>#include <boost/accumulators/framework/accumulator_base.hpp>#include <boost/accumulators/framework/extractor.hpp>#include <boost/accumulators/numeric/functional.hpp>#include <boost/accumulators/framework/parameters/sample.hpp>#include <boost/accumulators/statistics_fwd.hpp>#include <boost/accumulators/statistics/count.hpp>#include <boost/accumulators/statistics/tail.hpp>#include <boost/accumulators/statistics/tail_quantile.hpp>#include <boost/accumulators/statistics/parameters/quantile_probability.hpp>

Classes | |
| struct | boost::accumulators::impl::coherent_tail_mean_impl< Sample, LeftRight > | 
| Estimation of the coherent tail mean based on order statistics (for both left and right tails)  More... | |
| struct | boost::accumulators::impl::non_coherent_tail_mean_impl< Sample, LeftRight > | 
| Estimation of the (non-coherent) tail mean based on order statistics (for both left and right tails)  More... | |
| struct | boost::accumulators::tag::coherent_tail_mean< LeftRight > | 
| struct | boost::accumulators::tag::non_coherent_tail_mean< LeftRight > | 
| struct | boost::accumulators::tag::abstract_non_coherent_tail_mean | 
| struct | boost::accumulators::feature_of< tag::coherent_tail_mean< LeftRight > > | 
| struct | boost::accumulators::feature_of< tag::non_coherent_tail_mean< LeftRight > > | 
| struct | boost::accumulators::as_weighted_feature< tag::non_coherent_tail_mean< LeftRight > > | 
| struct | boost::accumulators::feature_of< tag::non_coherent_weighted_tail_mean< LeftRight > > | 
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::accumulators | |
| boost::accumulators::impl | |
| boost::accumulators::tag | |
| boost::accumulators::extract | |
Variables | |
| extractor < tag::abstract_non_coherent_tail_mean > const  | boost::accumulators::extract::non_coherent_tail_mean = {} | 
| extractor< tag::tail_mean > const | boost::accumulators::extract::coherent_tail_mean = {} |