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 : public  {
  // types
  typedef accumulators::impl::weighted_covariance_impl<  ;
};

PrevUpHomeNext