scikits.statsmodels.regression.OLS.fit

OLS.fit()

Full fit of the model.

The results include an estimate of covariance matrix, (whitened) residuals and an estimate of scale.

Returns :A RegressionResults class instance. :

See also

regression.RegressionResults

Notes

Currently it is assumed that all models will have an intercept / constant in the design matrix for postestimation statistics.

The fit method uses the pseudoinverse of the design/exogenous variables to solve the least squares minimization.

Previous topic

scikits.statsmodels.regression.OLS

Next topic

scikits.statsmodels.regression.OLS.hessian

This Page