|
HART
0.2.0
High level Audio Regression and Testing
|
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 > |
Returns the percentile value.
| quantile | Quantile value, in 0..1 range |
| interpolation | Type of interpolation, nearest or linear |
Definition at line 264 of file hart_reducers.hpp.
|
inline |
Definition at line 266 of file hart_reducers.hpp.
|
inline |
Definition at line 273 of file hart_reducers.hpp.