Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_tail_variate_means.hpp107 struct weighted_tail_variate_means_impl struct
110 typedef typename numeric::functional::fdiv<Weight, Weight>::result_type float_type;
111 …numeric::functional::multiplies<VariateType, Weight>::result_type, Weight>::result_type array_type;
113 typedef iterator_range<typename array_type::iterator> result_type;
115 weighted_tail_variate_means_impl(dont_care) {} in weighted_tail_variate_means_impl() argument
118 result_type result(Args const &args) const in result()
184 void serialize(Archive & ar, const unsigned int file_version) in serialize()
191 mutable array_type tail_means_;