Spearman's rank correlation. More...
#include <Correlations.hpp>
Public Member Functions | |
| template<typename iter1 , typename iter2 > | |
| ensureFloating< typename std::iterator_traits< iter1 > ::value_type, typename std::iterator_traits< iter2 > ::value_type >::type | operator() (iter1 beg_x, iter1 end_x, iter2 beg_y) const |
Spearman's rank correlation.
Function object to calculate Spearman's rank correlation
Definition at line 53 of file Correlations.hpp.
1.6.1