#include <vector>
Go to the source code of this file.
Functions | |
template<class VT > | |
VT | CGLA::mean (const std::vector< VT > &vec) |
template<class VT , class MT > | |
VT | CGLA::covariance (const std::vector< VT > &vec, MT &C_out) |
Compute mean and covariance of CGLA vectors - simple multivariate statistics.