DSC
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Functions
statistics.h File Reference
#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)
 

Detailed Description

Compute mean and covariance of CGLA vectors - simple multivariate statistics.