Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template moment

boost::accumulators::tag::moment

Synopsis

// In header: <boost/accumulators/statistics/moment.hpp>

template<int N> 
struct moment :
  public boost::accumulators::depends_on< boost::accumulators::tag::count >
{
};

PrevUpHomeNext