Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template weighted_median_impl

boost::accumulators::impl::weighted_median_impl — Median estimation for weighted samples based on the quantile estimator.

Synopsis

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

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

  // construct/copy/destruct
  ();

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

Description

The algorithm for weighted samples is invoked with a quantile probability of 0.5.

weighted_median_impl public construct/copy/destruct

  1. ();

weighted_median_impl public member functions

  1. template<typename Args>  ( args) ;

PrevUpHomeNext