Home
last modified time | relevance | path

Searched defs:weighted_covariance_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/accumulators/statistics/
Dweighted_covariance.hpp57 struct weighted_covariance_impl struct
60 …ame numeric::functional::fdiv<Sample, std::size_t>::result_type>::result_type weighted_sample_type;
61 …meric::functional::fdiv<VariateType, std::size_t>::result_type>::result_type weighted_variate_type;
63 …c::functional::outer_product<weighted_sample_type, weighted_variate_type>::result_type result_type;
66 weighted_covariance_impl(Args const &args) in weighted_covariance_impl() function
79 void operator ()(Args const &args) in operator ()()
95 result_type result(dont_care) const in result()
102 void serialize(Archive & ar, const unsigned int file_version) in serialize()
108 result_type cov_;