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