statsmodels.tsa.statespace.kalman_smoother.SmootherResults.update_representation¶
-
SmootherResults.update_representation(model, only_options=
False)[source]¶ 更新结果以匹配给定的模型
- Parameters:¶
- model
Representation 从中获取更新值的模型对象。
- only_optionsbool,
optional 如果设置为 true,则仅更新平滑器和滤波器选项,状态空间表示不更新。默认值为 False。
- model
注释
此方法很少需要,除非用于内部使用。
Last update:
Oct 16, 2024