statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.smooth¶
-
KalmanSmoother.smooth(smoother_output=
None, smooth_method=None, results=None, run_filter=True, prefix=None, complex_step=False, update_representation=True, update_filter=True, update_smoother=True, **kwargs)[source]¶ 将卡尔曼平滑器应用于状态空间模型。
Last update:
Oct 16, 2024