#include <vector>
#include <limits>
#include <functional>
#include <sstream>
#include <stdexcept>
#include <boost/config/no_tr1/cmath.hpp>
#include <boost/throw_exception.hpp>
#include <boost/parameter/keyword.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/mpl/if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/accumulators/framework/depends_on.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/tail.hpp>
#include <boost/accumulators/statistics/count.hpp>
#include <boost/accumulators/statistics/parameters/quantile_probability.hpp>
Classes | |
struct | boost::accumulators::impl::tail_quantile_impl< Sample, LeftRight > |
Tail quantile estimation based on order statistics (for both left and right tails) More... | |
struct | boost::accumulators::tag::tail_quantile< LeftRight > |
struct | boost::accumulators::feature_of< tag::tail_quantile< LeftRight > > |
struct | boost::accumulators::as_weighted_feature< tag::tail_quantile< LeftRight > > |
struct | boost::accumulators::feature_of< tag::weighted_tail_quantile< LeftRight > > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::accumulators | |
boost::accumulators::impl | |
boost::accumulators::tag | |
boost::accumulators::extract | |
Variables | |
extractor< tag::quantile > const | boost::accumulators::extract::tail_quantile = {} |