Struct weighted_p_square_quantile_for_medianboost::accumulators::tag::weighted_p_square_quantile_for_median Synopsisstruct weighted_p_square_quantile_for_median : public boost::accumulators::depends_on< Feature1, Feature2, > { // types typedef accumulators::impl::weighted_p_square_quantile_impl< mpl::_1, mpl::_2, for_median > impl; }; |