statsmodels.tsa.statespace.kalman_smoother.SmootherResults.update_smoother#
- SmootherResults.update_smoother(smoother)[source]#
Update the smoother results
- Parameters:
- smoother
KalmanSmoother The KalmanSmoother object from which to take the updated smoothing values.
- smoother
Notes
This method is rarely required except for internal usage.