Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dtail_variate_means.hpp80 struct tail_variate_means_impl struct
83 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
84 typedef std::vector<float_type> array_type;
86 typedef iterator_range<typename array_type::iterator> result_type;
88 tail_variate_means_impl(dont_care) {} in tail_variate_means_impl() argument
91 result_type result(Args const &args) const in result()
151 void serialize(Archive & ar, const unsigned int file_version) in serialize()
158 mutable array_type tail_means_;