Median estimation for weighted samples based on the quantile estimator. More...
#include <statistics_fwd.hpp>
Public Types | |
typedef numeric::functional::fdiv < Sample, std::size_t > ::result_type | result_type |
typedef mpl::false_ | is_droppable |
Public Member Functions | |
weighted_median_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) |
Median estimation for weighted samples based on the quantile estimator.
The algorithm for weighted samples is invoked with a quantile probability of 0.5.
|
inherited |
typedef numeric::functional::fdiv<Sample, std::size_t>::result_type boost::accumulators::impl::weighted_median_impl< Sample >::result_type |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |