Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Derror_of_mean.hpp28 struct error_of_mean_impl struct
32 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type result_type;
34 error_of_mean_impl(dont_care) {} in error_of_mean_impl() function
37 result_type result(Args const &args) const in result()