shark::statistics::LowerQuantile Class Reference

For a vector of points computes for every dimension the 25%-quantile. More...

#include <shark/Statistics/Statistics.h>

+ Inheritance diagram for shark::statistics::LowerQuantile:

Public Member Functions

 LowerQuantile ()
 
- 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 ()
 

Detailed Description

For a vector of points computes for every dimension the 25%-quantile.

Definition at line 182 of file Statistics.h.

Constructor & Destructor Documentation

◆ LowerQuantile()

shark::statistics::LowerQuantile::LowerQuantile ( )
inline

Definition at line 184 of file Statistics.h.


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