statsmodels.tsa.statespace.simulation_smoother.SimulationSmoothResults.generated_state¶
- property SimulationSmoothResults.generated_state¶
通过迭代转移方程生成的状态向量,给定一个随机的初始状态抽取和随机扰动抽取。
注释
\[\alpha_{t+1}^+ = c_t + T_t \alpha_t^+ + \eta_t^+\]
Last update:
Oct 16, 2024