Changeset 430 for trunk/lib/statistics/Naive.h
- Timestamp:
- Dec 8, 2005, 11:53:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/statistics/Naive.h
r429 r430 54 54 /// estimation of the mean. 55 55 /// 56 void predict(const double x, double& y, double& y_err) ;56 void predict(const double x, double& y, double& y_err) const; 57 57 58 58 ///
Note: See TracChangeset
for help on using the changeset viewer.