shark::statistics::Median Class Reference

For a vector of points computes for every dimension the median. More...

#include <shark/Statistics/Statistics.h>

+ Inheritance diagram for shark::statistics::Median:

Public Member Functions

std::string name () const
 
 Median ()
 
- Public Member Functions inherited from shark::statistics::Quantile
 Quantile (double quantile)
 
RealVector statistics (std::vector< RealVector > const &points) const
 
- Public Member Functions inherited from shark::statistics::BaseStatisticsObject
virtual ~BaseStatisticsObject ()
 

Detailed Description

For a vector of points computes for every dimension the median.

Definition at line 173 of file Statistics.h.

Constructor & Destructor Documentation

◆ Median()

shark::statistics::Median::Median ( )
inline

Definition at line 178 of file Statistics.h.

Member Function Documentation

◆ name()

std::string shark::statistics::Median::name ( ) const
inlinevirtual

Reimplemented from shark::statistics::Quantile.

Definition at line 175 of file Statistics.h.


The documentation for this class was generated from the following file: