Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template as_weighted_feature<tag::tail_quantile< LeftRight >>

boost::accumulators::as_weighted_feature<tag::tail_quantile< LeftRight >>

Synopsis

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

template<typename LeftRight> 
struct as_weighted_feature<tag::tail_quantile< LeftRight >> {
  // types
  typedef tag::weighted_tail_quantile< LeftRight > type;
};

PrevUpHomeNext