Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct weighted_extended_p_square_quantile

boost::accumulators::tag::weighted_extended_p_square_quantile

Synopsis

struct weighted_extended_p_square_quantile :
  public boost::accumulators::depends_on< Feature1, Feature2, >
{
  // types
  typedef accumulators::impl::extended_p_square_quantile_impl< mpl::_1, weighted, linear > impl;
};

PrevUpHomeNext