statsmodels.tsa.statespace.simulation_smoother.SimulationSmoother.clone¶
- SimulationSmoother.clone(endog, **kwargs)¶
克隆一个状态空间表示,同时覆盖一些元素
- Parameters:¶
- endogarray_like
一个观察到的时间序列过程 \(y\)。
- **kwargs
传递给新状态空间表示模型构造函数的关键字参数。未指定的参数将从当前状态空间模型的规范中复制。
- Returns:¶
Representation
注释
如果某些系统矩阵是时变的,那么必须提供新的时变矩阵。
Last update:
Oct 16, 2024