statsmodels.tsa.statespace.simulation_smoother.SimulationSmoothResults.generated_obs

property SimulationSmoothResults.generated_obs

通过迭代观测方程和转移方程生成的观测向量,给定随机的初始状态抽取和随机扰动抽取。

注释

\[y_t^+ = d_t + Z_t \alpha_t^+ + \varepsilon_t^+\]

Last update: Oct 16, 2024