Struct template non_coherent_tail_mean_impl
boost::accumulators::impl::non_coherent_tail_mean_impl — Estimation of the (non-coherent) tail mean based on order statistics (for both left and right tails)
Synopsis
Description
Оценка некогерентного хвоста означает
дается средним значением
мельчайших образцов (левый хвост) или средним значением
крупнейших образцов (правый хвост),
будучи общим количеством образцов и
уровень квантильности:
Таким образом, он требует кэширования по крайней мере
наименьших или
крупнейших образцов.
non_coherent_tail_mean_impl
public
construct/copy/destruct
non_coherent_tail_mean_impl(dont_care);
non_coherent_tail_mean_impl public member functions
template<typename Args> result_type result(Args const & args)const;