Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dtail_mean.hpp62 struct coherent_tail_mean_impl struct
65 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
67 typedef float_type result_type;
69 coherent_tail_mean_impl(dont_care) {} in coherent_tail_mean_impl() function
72 result_type result(Args const &args) const in result()
94 void serialize(Archive & ar, const unsigned int file_version) {} in serialize()