Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template weighted_covariance

boost::accumulators::tag::weighted_covariance

Synopsis

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

template<typename VariateType, typename VariateTag> 
struct weighted_covariance {
  // types
  typedef accumulators::impl::weighted_covariance_impl< mpl::_1, mpl::_2, VariateType, VariateTag > impl;
};

PrevUpHomeNext