Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rolling_moment_impl

boost::accumulators::impl::rolling_moment_impl

Synopsis

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

template<typename N, typename Sample> 
struct rolling_moment_impl : public  {
  // types
  typedef  ;

  // construct/copy/destruct
  template<typename Args> ();

  // public member functions
   (, );
  template<typename Args>  ();
  template<typename Args>  () ;
  template<typename Archive>  (, );
};

Description

rolling_moment_impl public construct/copy/destruct

  1. template<typename Args> ( args);

rolling_moment_impl public member functions

  1.  (, );
  2. template<typename Args>  ( args);
  3. template<typename Args>  ( args) ;
  4. template<typename Archive> 
       ( ar,  file_version);

PrevUpHomeNext