statsmodels.tsa.statespace.mlemodel.MLEModel.set_smoother_output¶
-
MLEModel.set_smoother_output(smoother_output=
None, **kwargs)[source]¶ 设置平滑输出
平滑器可以生成几种不同类型的结果。平滑器输出变量控制哪些结果被计算并返回。
注释
此方法很少使用。详情请参见KalmanSmoother类中的相应函数。
Last update:
Oct 16, 2024