Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template error_of_mean_impl

boost::accumulators::impl::error_of_mean_impl

Synopsis

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

template<typename Sample, typename Variance> 
struct error_of_mean_impl : public  {
  // types
  typedef  ;

  // construct/copy/destruct
  ();

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

Description

error_of_mean_impl public construct/copy/destruct

  1. ();

error_of_mean_impl public member functions

  1. template<typename Args>  ( args) ;

PrevUpHomeNext