Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dskewness.hpp47 struct skewness_impl struct
51 typedef typename numeric::functional::fdiv<Sample, Sample>::result_type result_type;
53 skewness_impl(dont_care) in skewness_impl() function
58 result_type result(Args const &args) const in result()
71 void serialize(Archive & ar, const unsigned int file_version) {} in serialize()