statsmodels.tsa.statespace.kalman_filter.PredictionResults.update_representation

PredictionResults.update_representation(model, only_options=False)

更新结果以匹配给定的模型

Parameters:
modelRepresentation

从中获取更新值的模型对象。

only_optionsbool, optional

如果设置为 true,则仅更新过滤器选项,状态空间表示不会更新。默认值为 False。

注释

此方法很少需要,除非用于内部使用。


Last update: Oct 16, 2024