Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct weighted_extended_p_square_quantile_quadratic

boost::accumulators::tag::weighted_extended_p_square_quantile_quadratic

Synopsis

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


struct weighted_extended_p_square_quantile_quadratic : public  {
  // types
  typedef accumulators::impl::extended_p_square_quantile_impl< weighted, quadratic > ;
};

PrevUpHomeNext