Struct template pot_tail_mean_impl
boost::accumulators::impl::pot_tail_mean_impl — Estimation of the (coherent) tail mean based on the peaks over threshold method (for both left and right tails)
Synopsis
template<typename Sample, typename Impl, typename LeftRight>
struct pot_tail_mean_impl : public accumulator_base {
pot_tail_mean_impl(dont_care);
template<typename Args> result_type result(Args const &) const;
};
Description
Вычисляет оценку (когерентного) хвостового среднего
где
,
и
являются параметрами обобщенного распределения Парето, которое приблизительно соответствует правому хвосту распределения (или зеркальному левому хвосту, в случае использования левого хвоста). В последнем случае результат отражается назад, давая правильный результат.
pot_tail_mean_impl
public
construct/copy/destruct
- <
pot_tail_mean_impl(dont_care);
>
pot_tail_mean_impl public member functions
- <
template<typenameArgs>result_typeresult(Argsconst&args)const;
>