yat
0.20.3pre
|
#include <yat/statistics/VectorFunction.h>
Public Member Functions | |
Nth_Element (size_t N) | |
double | operator() (const std::vector< double > &) const |
Functor that picks Nth smalles element in a vector.
theplu::yat::statistics::Nth_Element::Nth_Element | ( | size_t | N | ) |
N | equal to 1 gives identical object as Min (but less efficient) |
|
virtual |
Implements theplu::yat::statistics::VectorFunction.