Changeset 751 for trunk/yat/regression/MultiDimensionalWeighted.h
- Timestamp:
- Feb 17, 2007, 1:25:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/MultiDimensionalWeighted.h
r741 r751 56 56 double chisq(void) const; 57 57 58 /// 59 /// @see gsl_multifit_wlinear 60 /// 58 /** 59 \see gsl_multifit_wlinear 60 61 \throw A GSL_error exception is thrown if memory allocation 62 fails or the underlying GSL calls fails (usually matrix 63 dimension errors). 64 */ 61 65 void fit(const utility::matrix& X, const utility::vector& y, 62 66 const utility::vector& w);
Note: See TracChangeset
for help on using the changeset viewer.