boost::accumulators::tag::mean
// In header: <boost/accumulators/statistics/mean.hpp> struct mean : public boost::accumulators::depends_on< boost::accumulators::tag::count, boost::accumulators::tag::sum > { };