Searched defs:weighted_skewness_impl (Results 1 – 1 of 1) sorted by relevance
49 struct weighted_skewness_impl struct52 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;54 …edef typename numeric::functional::fdiv<weighted_sample, weighted_sample>::result_type result_type;56 weighted_skewness_impl(dont_care) {} in weighted_skewness_impl() function59 result_type result(Args const &args) const in result()