Base class for all Statistic Objects to be used with Statistics. More...
#include <shark/Statistics/Statistics.h>
Public Member Functions | |
virtual std::string | name () const =0 |
virtual | ~BaseStatisticsObject () |
virtual RealVector | statistics (std::vector< RealVector > const &points) const =0 |
Base class for all Statistic Objects to be used with Statistics.
Definition at line 67 of file Statistics.h.
|
inlinevirtual |
Definition at line 70 of file Statistics.h.
References statistics().
|
pure virtual |
Implemented in shark::statistics::Median, shark::statistics::Quantile, shark::statistics::Variance, shark::statistics::Mean, and shark::statistics::FractionMissing.
Referenced by shark::statistics::Statistics< Parameter >::addStatistic(), and shark::statistics::ResultTable< Parameter >::setDimensionName().
|
pure virtual |
Implemented in shark::statistics::Quantile, shark::statistics::Variance, shark::statistics::Mean, and shark::statistics::FractionMissing.
Referenced by ~BaseStatisticsObject().