Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_skewness.hpp49 struct weighted_skewness_impl struct
52 … 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() function
59 result_type result(Args const &args) const in result()