KalmanFilter.Z()

statsmodels.tsa.kalmanf.kalmanfilter.KalmanFilter.Z

classmethod KalmanFilter.Z(r) [source]

Returns the Z selector matrix in the observation equation.

Parameters:

r : int

In the context of the ARMA model r is max(p,q+1) where p is the AR order and q is the MA order.

Notes

Currently only returns a 1 x r vector [1,0,0,...0]. Will need to be generalized when the Kalman Filter becomes more flexible.

© 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.kalmanf.kalmanfilter.KalmanFilter.Z.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部