Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rolling_moment

boost::accumulators::tag::rolling_moment

Synopsis

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

template< N> 
struct rolling_moment : public  {

  // public data members
  static  window_size;  // tag::rolling_window::window_size named parameter 
};

PrevUpHomeNext