Searched defs:weighted_variance_impl (Results 1 – 1 of 1) sorted by relevance
71 struct weighted_variance_impl struct74 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;76 … typedef typename numeric::functional::fdiv<weighted_sample, Weight>::result_type result_type;79 weighted_variance_impl(Args const &args) in weighted_variance_impl() function85 void operator ()(Args const &args) in operator ()()101 result_type result(dont_care) const in result()108 void serialize(Archive & ar, const unsigned int file_version) in serialize()114 result_type weighted_variance;