Home
last modified time | relevance | path

Searched defs:weighted_tail_quantile_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/doc/test/
Dweighted_tail_quantile.hpp66 struct weighted_tail_quantile_impl struct
69 typedef typename numeric::functional::average<Weight, std::size_t>::result_type float_type;
71 typedef Sample result_type;
73 weighted_tail_quantile_impl(dont_care) {} in weighted_tail_quantile_impl() function
76 result_type result(Args const &args) const in result()
/third_party/boost/boost/accumulators/statistics/
Dweighted_tail_quantile.hpp66 struct weighted_tail_quantile_impl struct
69 typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type;
71 typedef Sample result_type;
73 weighted_tail_quantile_impl(dont_care) {} in weighted_tail_quantile_impl() argument
76 result_type result(Args const &args) const in result()