Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template weighted_mean_impl

boost::accumulators::impl::weighted_mean_impl

Synopsis

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

template<typename Sample, typename Weight, typename Tag> 
struct weighted_mean_impl : public  {
  // types
  typedef     ;
  typedef  ;    

  // construct/copy/destruct
  ();

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

Description

weighted_mean_impl public construct/copy/destruct

  1. ();

weighted_mean_impl public member functions

  1. template<typename Args>  ( args) ;

PrevUpHomeNext