Changeset 2686


Ignore:
Timestamp:
Feb 25, 2012, 3:47:01 AM (11 years ago)
Author:
Peter
Message:

minor docs corrections. refs #494

Location:
trunk/yat/statistics
Files:
2 edited

Legend:

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

    r2663 r2686  
    4444               and +1 if x>0.
    4545   */
     46  // FIXME: this function is implemented as N^2 but accoding to
     47  // http://en.wikipedia.org/wiki/Kendall%27s_tau it can be
     48  // implemented as NlogN
    4649  template<typename Iterator1, typename Iterator2>
    4750  long int count(Iterator1 first1, Iterator1 last1, Iterator2 first2)
     
    8285
    8386
    84     /// \return one-sided sided p-value
     87    /// \return one-sided p-value
    8588    double p_approx(bool right) const
    8689    {
  • trunk/yat/statistics/Kendall.h

    r2649 r2686  
    7676
    7777    /**
    78        \brief Spearman rank correlation coefficient
     78       \brief Kendall's tau
    7979     */
    8080    double score(void) const;
Note: See TracChangeset for help on using the changeset viewer.