SARIMAX.initialize_state()

statsmodels.tsa.statespace.sarimax.SARIMAX.initialize_state

SARIMAX.initialize_state(variance=None, complex_step=False) [source]

Initialize state and state covariance arrays in preparation for the Kalman filter.

Parameters:

variance : float, optional

The variance for approximating diffuse initial conditions. Default can be found in the Representation class documentation.

Notes

Initializes the ARMA component of the state space to the typical stationary values and the other components as approximate diffuse.

Can be overridden be calling one of the other initialization methods before fitting the model.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.initialize_state.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部