Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/accumulators/
Dweighted_mean.hpp27 class weighted_mean { class
36 weighted_mean(const weighted_mean<T>& o) in weighted_mean() function in boost::histogram::accumulators::weighted_mean
43 weighted_mean(const_reference wsum, const_reference wsum2, const_reference mean, in weighted_mean() function in boost::histogram::accumulators::weighted_mean
/third_party/boost/boost/accumulators/statistics/
Dweighted_mean.hpp119 struct weighted_mean struct
124 typedef accumulators::impl::weighted_mean_impl<mpl::_1, mpl::_2, tag::sample> impl;
157 extractor<tag::mean> const weighted_mean = {}; variable