Changeset 3915


Ignore:
Timestamp:
May 31, 2020, 5:22:17 AM (3 years ago)
Author:
Peter
Message:

remove FIXME comment; refs #946

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/Kendall.cc

    r3914 r3915  
    4646               and +1 if x>0.
    4747   */
    48   // FIXME: this function is implemented as N^2 but accoding to
    49   // http://en.wikipedia.org/wiki/Kendall%27s_tau it can be
    50   // implemented as NlogN
    5148  template<typename Iterator1, typename Iterator2>
    5249  long int count(Iterator1 first1, Iterator1 last1, Iterator2 first2)
Note: See TracChangeset for help on using the changeset viewer.