shark::statistics::UpperQuantile Class Reference

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

Detailed Description

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

Definition at line 187 of file Statistics.h.

Constructor & Destructor Documentation

◆ UpperQuantile()

shark::statistics::UpperQuantile::UpperQuantile ( )
inline

Definition at line 189 of file Statistics.h.


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