scikits.statsmodels.regression.GLSAR.iterative_fit

GLSAR.iterative_fit(maxiter=3)

Perform an iterative two-stage procedure to estimate a GLS model.

The model is assumed to have AR(p) errors, AR(p) parameters and regression coefficients are estimated simultaneously.

Parameters :

maxiter : integer, optional

the number of iterations

Previous topic

scikits.statsmodels.regression.GLSAR.initialize

Next topic

scikits.statsmodels.regression.GLSAR.loglike

This Page