KalmanFilter.R()

statsmodels.tsa.kalmanf.kalmanfilter.KalmanFilter.R

classmethod KalmanFilter.R(params, r, k, q, p) [source]

The coefficient matrix for the state vector in the observation equation.

Its dimension is r+k x 1.

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.

k : int

The number of exogenous variables in the ARMA model, including the constant if appropriate.

q : int

The MA order in an ARMA model.

p : int

The AR order in an ARMA model.

References

Durbin and Koopman Section 3.7.

© 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.R.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部