statsmodels.regression.recursive_ls.RecursiveLS.initialize¶
- RecursiveLS.initialize()¶
Initialize (possibly re-initialize) a Model instance.
For example, if the the design matrix of a linear model changes then initialized can be used to recompute values using the modified design matrix.
Last update:
Nov 14, 2024