Changeset 1071


Ignore:
Timestamp:
Feb 11, 2008, 11:31:32 PM (16 years ago)
Author:
Markus Ringnér
Message:

Minor documentation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/PearsonDistance.h

    r1069 r1071  
    3535
    3636  ///
    37   /// @brief Calculates the Pearson correlation distance between two points stored in 1-dimensional containers. Implements the concept \ref concept_distance.
     37  /// @brief Calculates the %Pearson correlation distance between two points stored in 1-dimensional containers. Implements the concept \ref concept_distance.
    3838  ///
    3939  ///
     
    4141  {
    4242    ///
    43     /// @brief Calculates the Pearson correlation distance between two ranges.
     43    /// @brief Calculates the %Pearson correlation distance between two ranges.
    4444    ///
    4545    template <typename Iter1, typename Iter2>
Note: See TracChangeset for help on using the changeset viewer.