Searched defs:weighted_moment_impl (Results 1 – 1 of 1) sorted by relevance
37 struct weighted_moment_impl struct41 … 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() function52 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;