kalman | R Documentation |
kalman filtering and smoothing for vector autoregression with measurement error
kalman(Y,A,sig_eta,sig_epsilon,X_init=NULL,P_init=NULL)
Y |
observations of time series, a p by T matrix. |
A |
current estimate of transition matrix. |
sig_eta |
current estiamte of |
sig_epsilon |
current estiamte |
X_init |
inital estimate of latent |
P_init |
inital covariance estimate of latent |
a list of conditional expectations and covariances of x_t
's.
Xiang Lyu, Jian Kang, Lexin Li
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.