Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template as_feature<tag::weighted_mean_of_variates< VariateType, VariateTag >(lazy)>

boost::accumulators::as_feature<tag::weighted_mean_of_variates< VariateType, VariateTag >(lazy)>

Synopsis

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

template<typename VariateType, typename VariateTag> 
struct as_feature<tag::weighted_mean_of_variates< VariateType, VariateTag >(lazy)> {
  // types
  typedef tag::weighted_mean_of_variates< VariateType, VariateTag > type;
};

PrevUpHomeNext