statsmodels.regression.recursive_ls.RecursiveLSResults.resid_recursive

RecursiveLSResults.resid_recursive() [source]

Recursive residuals

Returns: resid_recursive – An array of length nobs holding the recursive residuals.
Return type: array_like

Notes

The first k_exog residuals are typically unreliable due to initialization.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.resid_recursive.html