Ignore:
Timestamp:
Feb 22, 2006, 10:28:12 AM (17 years ago)
Author:
Peter
Message:

percentile is now called percentile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/statistics/utility.h

    r511 r519  
    107107  /// @return \a p'th percentile
    108108  ///
    109   double median(const gslapi::vector& vec, const double,
    110                 const bool sorted=false);
     109  double percentile(const gslapi::vector& vec, const double,
     110                    const bool sorted=false);
    111111
    112112}} // of namespace statistics and namespace theplu
Note: See TracChangeset for help on using the changeset viewer.