KalmanFilter.initialize_known()

statsmodels.tsa.statespace.kalman_filter.KalmanFilter.initialize_known

KalmanFilter.initialize_known(initial_state, initial_state_cov)

Initialize the statespace model with known distribution for initial state.

These values are assumed to be known with certainty or else filled with parameters during, for example, maximum likelihood estimation.

Parameters:

initial_state : array_like

Known mean of the initial state vector.

initial_state_cov : array_like

Known covariance matrix of the initial state vector.

© 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.kalman_filter.KalmanFilter.initialize_known.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部