Changeset 519 for trunk/lib/statistics/utility.h
- Timestamp:
- Feb 22, 2006, 10:28:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/statistics/utility.h
r511 r519 107 107 /// @return \a p'th percentile 108 108 /// 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); 111 111 112 112 }} // of namespace statistics and namespace theplu
Note: See TracChangeset
for help on using the changeset viewer.