statsmodels.tsa.statespace.kalman_smoother.SmootherResults.update_filter

SmootherResults.update_filter(kalman_filter)

Update the filter results

Parameters: kalman_filter (statespace.kalman_filter.KalmanFilter) – The model object from which to take the updated values.

Notes

This method is rarely required except for internal usage.

© 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.tsa.statespace.kalman_smoother.SmootherResults.update_filter.html