DIAlign
|
Utility namespace. More...
Functions | |
double | getQuantile (std::vector< double > vec, double quantile) |
Returns the quantile of the vector. More... | |
Utility namespace.
double DIAlign::Utils::getQuantile | ( | std::vector< double > | vec, |
double | quantile | ||
) |
Returns the quantile of the vector.
vec | The vector with the values |
quantile | The n-th quantile to compute |