For a vector of points computes for every dimension the median. More...
#include <shark/Statistics/Statistics.h>
 Inheritance diagram for shark::statistics::Median:
 Inheritance diagram for shark::statistics::Median:| Public Member Functions | |
| std::string | name () const | 
| Median () | |
|  Public Member Functions inherited from shark::statistics::Quantile | |
| std::string | name () const | 
| Quantile (double quantile) | |
| 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 median.
Definition at line 173 of file Statistics.h.
| 
 | inline | 
Definition at line 178 of file Statistics.h.
| 
 | inlinevirtual | 
Implements shark::statistics::BaseStatisticsObject.
Definition at line 175 of file Statistics.h.