Changeset 1071 for trunk/yat/statistics
- Timestamp:
- Feb 11, 2008, 11:31:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/PearsonDistance.h
r1069 r1071 35 35 36 36 /// 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. 38 38 /// 39 39 /// … … 41 41 { 42 42 /// 43 /// @brief Calculates the Pearson correlation distance between two ranges.43 /// @brief Calculates the %Pearson correlation distance between two ranges. 44 44 /// 45 45 template <typename Iter1, typename Iter2>
Note: See TracChangeset
for help on using the changeset viewer.