Tail quantile estimation based on order statistics of weighted samples (for both left and right tails) More...
#include <statistics_fwd.hpp>
Public Types | |
typedef numeric::functional::fdiv < Weight, std::size_t > ::result_type | float_type |
typedef Sample | result_type |
typedef mpl::false_ | is_droppable |
Public Member Functions | |
weighted_tail_quantile_impl (dont_care) | |
template<typename Args > | |
result_type | result (Args const &args) const |
detail::void_ | operator() (dont_care) |
detail::void_ | add_ref (dont_care) |
detail::void_ | drop (dont_care) |
detail::void_ | on_drop (dont_care) |
Tail quantile estimation based on order statistics of weighted samples (for both left and right tails)
An estimator of tail quantiles with level based on order statistics of weighted samples are given by (left tail) and (right tail), where
and
being the number of samples and the sum of all weights.
quantile_probability |
typedef numeric::functional::fdiv<Weight, std::size_t>::result_type boost::accumulators::impl::weighted_tail_quantile_impl< Sample, Weight, LeftRight >::float_type |
|
inherited |
typedef Sample boost::accumulators::impl::weighted_tail_quantile_impl< Sample, Weight, LeftRight >::result_type |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |