Changeset 3915
- Timestamp:
- May 31, 2020, 5:22:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/Kendall.cc
r3914 r3915 46 46 and +1 if x>0. 47 47 */ 48 // FIXME: this function is implemented as N^2 but accoding to49 // http://en.wikipedia.org/wiki/Kendall%27s_tau it can be50 // implemented as NlogN51 48 template<typename Iterator1, typename Iterator2> 52 49 long int count(Iterator1 first1, Iterator1 last1, Iterator2 first2)
Note: See TracChangeset
for help on using the changeset viewer.