Changeset 3611 for trunk/yat/regression/MultiDimensional.h
- Timestamp:
- Jan 31, 2017, 3:16:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/MultiDimensional.h
r2126 r3611 50 50 ~MultiDimensional(void); 51 51 52 /// 53 /// @brief covariance of parameters 54 /// 52 /** 53 \brief covariance of parameters 54 55 The covariance of fit parameters are calculated as \f$ \sigma^2 56 (X'X)^{-1} \f$ where \f$ \sigma^2 \f$ is the variance of the of 57 the error terms. 58 */ 55 59 const utility::Matrix& covariance(void) const; 56 60
Note: See TracChangeset
for help on using the changeset viewer.