Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct rolling_sum

boost::accumulators::tag::rolling_sum

Synopsis

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


struct rolling_sum : public  {

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

PrevUpHomeNext