statsmodels.regression.recursive_ls.RecursiveLS.update#

RecursiveLS.update(params, **kwargs)[source]#

Update the parameters of the model

This model has no estimable parameters, since the regression coefficients are recursively estimated as part of the Kalman filter state vector rather than through a params vector. Consequently, this method is a no-op.

Parameters:
paramsarray_like

Array of new parameters. Always empty for this model.

**kwargs

Additional keyword arguments. Not used.