statsmodels.tsa.statespace.kalman_smoother.KalmanSmoother.fixed_scale¶
- KalmanSmoother.fixed_scale(scale)¶
当设置 FILTER_CONCENTRATED 时,用于固定比例的上下文管理器
- Parameters:¶
- scale
numeric 模型的规模。
- scale
注释
如果 scale 为 None,则此操作无效。
此上下文管理器在显式集中处理尺度的模型中最有用,因此它们估计的参数集不包括尺度。
Last update:
Oct 16, 2024