HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
percentile Struct Reference

Returns the percentile value. More...

#include <hart_reducers.hpp>

Public Member Functions

 percentile (double quantile, Interpolation interpolation=Interpolation::nearest)
 
template<typename IteratorType >
auto operator() (IteratorType begin, IteratorType end) const -> IteratedValueType< IteratorType >
 

Detailed Description

Returns the percentile value.

Parameters
quantileQuantile value, in 0..1 range
interpolationType of interpolation, nearest or linear

Definition at line 264 of file hart_reducers.hpp.

Constructor & Destructor Documentation

◆ percentile()

percentile ( double  quantile,
Interpolation  interpolation = Interpolation::nearest 
)
inline

Definition at line 266 of file hart_reducers.hpp.

Member Function Documentation

◆ operator()()

template<typename IteratorType >
auto operator() ( IteratorType  begin,
IteratorType  end 
) const -> IteratedValueType<IteratorType>
inline

Definition at line 273 of file hart_reducers.hpp.


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