shark::statistics::Quantile Class Reference

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

#include <shark/Statistics/Statistics.h>

+ Inheritance diagram for shark::statistics::Quantile:

Public Member Functions

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 p-quantile.

Definition at line 142 of file Statistics.h.

Constructor & Destructor Documentation

◆ Quantile()

shark::statistics::Quantile::Quantile ( double  quantile)
inline

Definition at line 147 of file Statistics.h.

Member Function Documentation

◆ name()

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

Implements shark::statistics::BaseStatisticsObject.

Reimplemented in shark::statistics::Median.

Definition at line 144 of file Statistics.h.

◆ statistics()

RealVector shark::statistics::Quantile::statistics ( std::vector< RealVector > const &  points) const
inlinevirtual

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