Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template weighted_moment

boost::accumulators::tag::weighted_moment

Synopsis

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

template<int N> 
struct weighted_moment : public boost::accumulators::depends_on< boost::accumulators::tag::count, boost::accumulators::tag::sum_of_weights >
{
};

PrevUpHomeNext