yat  0.8.3pre
Public Member Functions
theplu::yat::regression::MultiDimensional Class Reference

MultiDimesional fitting. More...

#include <yat/regression/MultiDimensional.h>

List of all members.

Public Member Functions

 MultiDimensional (void)
 Default Constructor.
 ~MultiDimensional (void)
 Destructor.
const utility::Matrixcovariance (void) const
 covariance of parameters
void fit (const utility::Matrix &X, const utility::VectorBase &y)
 Function fitting parameters of the linear model by miminizing the quadratic deviation between model and data.
const utility::Vectorfit_parameters (void) const
double chisq (void) const
 Summed Squared Error.
double predict (const utility::VectorBase &x) const
double prediction_error2 (const utility::VectorBase &x) const
double standard_error2 (const utility::VectorBase &x) const

Detailed Description

MultiDimesional fitting.


Member Function Documentation

Function fitting parameters of the linear model by miminizing the quadratic deviation between model and data.

Number of rows in X must match size of y.

Exceptions:
AGSL_error exception is thrown if memory allocation fails or the underlying GSL calls fails (usually matrix dimension errors).
Returns:
parameters of the model
Returns:
value in x according to fitted model
Returns:
expected squared prediction error for a new data point in x
Returns:
squared error of model value in x

The documentation for this class was generated from the following file:

Generated on Thu Dec 20 2012 03:12:59 for yat by  doxygen 1.8.0-20120409