For a vector of points computes for every dimension the mean. More...
#include <shark/Statistics/Statistics.h>
Public Member Functions | |
std::string | name () const |
RealVector | statistics (std::vector< RealVector > const &points) const |
Public Member Functions inherited from shark::statistics::BaseStatisticsObject | |
virtual | ~BaseStatisticsObject () |
For a vector of points computes for every dimension the mean.
Definition at line 95 of file Statistics.h.
|
inlinevirtual |
Implements shark::statistics::BaseStatisticsObject.
Definition at line 97 of file Statistics.h.
|
inlinevirtual |
Implements shark::statistics::BaseStatisticsObject.
Definition at line 100 of file Statistics.h.
Referenced by shark::statistics::Variance::statistics().