Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_median.hpp197 struct weighted_median struct
202 typedef accumulators::impl::weighted_median_impl<mpl::_1> impl;
226 extractor<tag::median> const weighted_median = {}; variable
/third_party/boost/boost/geometry/strategies/cartesian/
Dcentroid_weighted_length.hpp92 typename state_type::work_point weighted_median; in apply() local