#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/mpl/if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/accumulators/numeric/functional.hpp>
#include <boost/accumulators/framework/depends_on.hpp>
#include <boost/accumulators/framework/accumulator_base.hpp>
#include <boost/accumulators/framework/extractor.hpp>
#include <boost/accumulators/framework/parameters/sample.hpp>
#include <boost/accumulators/statistics_fwd.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::weighted_tail_quantile_impl< Sample, Weight, LeftRight > |
Tail quantile estimation based on order statistics of weighted samples (for both left and right tails) More... | |
struct | boost::accumulators::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::weighted_tail_quantile = {} |