Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct feature_of<tag::weighted_skewness>

boost::accumulators::feature_of<tag::weighted_skewness>

Synopsis

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


struct feature_of<tag::weighted_skewness> : public boost::accumulators::feature_of< tag::skewness > {
};

PrevUpHomeNext