![]() |
Home | Libraries | People | FAQ | More |
boost::accumulators::tag::skewness
// In header: <boost/accumulators/statistics/skewness.hpp> struct skewness : public boost::accumulators::depends_on< boost::accumulators::tag::mean, boost::accumulators::tag::moment< 2 >, boost::accumulators::tag::moment< 3 > > { };