statsmodels.tsa.statespace.kalman_smoother.SmootherResults.update_smoother¶
- SmootherResults.update_smoother(smoother)[source]¶
更新平滑结果
- Parameters:¶
- smoother
KalmanSmoother 从中获取更新值的模型对象。
- smoother
注释
此方法很少需要,除非用于内部使用。
Last update:
Oct 16, 2024