Changeset 751 for trunk/yat/regression/MultiDimensional.h
- Timestamp:
- Feb 17, 2007, 1:25:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/MultiDimensional.h
r739 r751 56 56 const utility::matrix& covariance(void) const; 57 57 58 /// 59 /// Function fitting parameters of the linear model by miminizing 60 /// the quadratic deviation between model and data. 61 /// 58 /** 59 \brief Function fitting parameters of the linear model by 60 miminizing the quadratic deviation between model and data. 61 62 \throw A GSL_error exception is thrown if memory allocation 63 fails or the underlying GSL calls fails (usually matrix 64 dimension errors). 65 */ 62 66 void fit(const utility::matrix& X, const utility::vector& y); 63 67
Note: See TracChangeset
for help on using the changeset viewer.