statsmodels.tsa.statespace.kalman_smoother.SmootherResults.smoothed_state_gain¶
-
SmootherResults.smoothed_state_gain(updates_ix, t=
None, start=None, end=None, extend_kwargs=None)[source]¶ Cov(tilde alpha_{t}, I) Var(I, I)^{-1}
其中 I 是与update_indices相关的预测误差向量。
Last update:
Oct 16, 2024