Ignore:
Timestamp:
Feb 17, 2007, 1:25:36 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #2. Continued adding GSL_error exceptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/regression/MultiDimensional.h

    r739 r751  
    5656    const utility::matrix& covariance(void) const;
    5757
    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    */
    6266    void fit(const utility::matrix& X, const utility::vector& y);
    6367
Note: See TracChangeset for help on using the changeset viewer.