Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_variance.hpp39 struct lazy_weighted_variance_impl struct
42 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;
44 … typedef typename numeric::functional::fdiv<weighted_sample, Weight>::result_type result_type;
46 lazy_weighted_variance_impl(dont_care) {} in lazy_weighted_variance_impl() argument
49 result_type result(Args const &args) const in result()