Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template median_impl

boost::accumulators::impl::median_impl — Median estimation based on the quantile estimator.

Synopsis

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

template<typename Sample> 
struct median_impl : public  {
  // types
  typedef  ;

  // construct/copy/destruct
  ();

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

Description

The algorithm is invoked with a quantile probability of 0.5.

median_impl public construct/copy/destruct

  1. ();

median_impl public member functions

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

PrevUpHomeNext