Struct template with_p_square_cumulative_distribution_weighted_median_impl
boost::accumulators::impl::with_p_square_cumulative_distribution_weighted_median_impl — Median estimation for weighted samples based on the
cumulative distribution estimator.
Synopsis
Description
Алгоритм определяет первую (самую левую) корзину с высотой, превышающей 0,5. Он возвращает приблизительное горизонтальное положение, где кумулятивное распределение равно 0,5, на основе линейной интерполяции внутри корзины.
with_p_square_cumulative_distribution_weighted_median_impl
public
construct/copy/destruct
- <
with_p_square_cumulative_distribution_weighted_median_impl(dont_care);
>
with_p_square_cumulative_distribution_weighted_median_impl public member functions
- <
voidoperator()(dont_care);
>
- <
template<typenameArgs>result_typeresult(Argsconst&args)const;
>