#include <vector>
#include <limits>
#include <numeric>
#include <functional>
#include <boost/throw_exception.hpp>
#include <boost/range.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/parameter/keyword.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/accumulators/numeric/functional.hpp>
#include <boost/accumulators/framework/accumulator_base.hpp>
#include <boost/accumulators/framework/extractor.hpp>
#include <boost/accumulators/framework/parameters/sample.hpp>
#include <boost/accumulators/framework/depends_on.hpp>
#include <boost/accumulators/statistics_fwd.hpp>
#include <boost/accumulators/statistics/parameters/quantile_probability.hpp>
#include <boost/accumulators/statistics/peaks_over_threshold.hpp>
#include <boost/accumulators/statistics/sum.hpp>
#include <boost/accumulators/statistics/tail_variate.hpp>
Classes | |
struct | boost::accumulators::impl::weighted_peaks_over_threshold_impl< Sample, Weight, LeftRight > |
Weighted Peaks over Threshold Method for Weighted Quantile and Weighted Tail Mean Estimation. More... | |
struct | boost::accumulators::impl::weighted_peaks_over_threshold_prob_impl< Sample, Weight, LeftRight > |
Peaks over Threshold Method for Quantile and Tail Mean Estimation. More... | |
struct | boost::accumulators::tag::weighted_peaks_over_threshold< LeftRight > |
struct | boost::accumulators::tag::weighted_peaks_over_threshold_prob< LeftRight > |
struct | boost::accumulators::as_feature< tag::weighted_peaks_over_threshold< LeftRight >(with_threshold_value)> |
struct | boost::accumulators::as_feature< tag::weighted_peaks_over_threshold< LeftRight >(with_threshold_probability)> |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::accumulators | |
boost::accumulators::impl | |
boost::accumulators::tag | |
boost::accumulators::extract | |
Variables | |
extractor < tag::abstract_peaks_over_threshold > const | boost::accumulators::extract::weighted_peaks_over_threshold = {} |