Statistics.h File Reference
#include <shark/Data/Dataset.h>
#include "Impl/Statistics.inl"

Go to the source code of this file.

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Functions

template<class Vec1T , class Vec2T , class Vec3T >
void shark::meanvar (const Data< Vec1T > &data, blas::vector_container< Vec2T > &mean, blas::vector_container< Vec3T > &variance)
 Calculates the mean and variance values of the input data. More...
 
template<class Vec1T , class Vec2T , class MatT >
void shark::meanvar (const Data< Vec1T > &data, blas::vector_container< Vec2T > &mean, blas::matrix_container< MatT > &variance)
 Calculates the mean, variance and covariance values of the input data. More...
 
template<class VectorType >
VectorType shark::mean (Data< VectorType > const &data)
 Calculates the mean vector of the input vectors. More...
 
template<class VectorType >
VectorType shark::mean (UnlabeledData< VectorType > const &data)
 
template<class VectorType >
VectorType shark::variance (const Data< VectorType > &data)
 Calculates the variance vector of the input vectors. More...
 
template<class VectorType >
VectorMatrixTraits< VectorType >::DenseMatrixType shark::covariance (const Data< VectorType > &data)
 Calculates the covariance matrix of the data vectors. More...