Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Accumulators Example Doxygen Documentation

Statistics Library Reference

Statistics Library Reference

namespace boost {
  namespace accumulators {
    namespace extract {
      extractor< tag::quantile > const weighted_tail_quantile;
    }
    namespace impl {
      template<typename Sample, typename Weight, typename LeftRight> 
        struct weighted_tail_quantile_impl;
    }
    namespace tag {
      template<typename LeftRight> struct weighted_tail_quantile;
    }
  }
}

PrevUpHomeNext