For a vector of points computes for every dimension the 75%-quantile. More...
#include <shark/Statistics/Statistics.h>
Inheritance diagram for shark::statistics::UpperQuantile:Public Member Functions | |
| UpperQuantile () | |
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 75%-quantile.
Definition at line 187 of file Statistics.h.
|
inline |
Definition at line 189 of file Statistics.h.