Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_variance.hpp71 struct weighted_variance_impl struct
74 … 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() argument
85 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;