Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_moment.hpp37 struct weighted_moment_impl struct
41 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;
43 … typedef typename numeric::functional::fdiv<weighted_sample, Weight>::result_type result_type;
46 weighted_moment_impl(Args const &args) in weighted_moment_impl() function
52 void operator ()(Args const &args) in operator ()()
58 result_type result(Args const &args) const in result()
65 void serialize(Archive & ar, const unsigned int file_version) in serialize()
71 weighted_sample sum;